This tutorial will show you have to create an application to send mail via your VB application. You can use this as an error reporting tool or something similar.
This is one of the many tutorials that I'll create. I will do them upon request as well.
So we're aiming for this:
Code
Imports System.Net.Mail ' imports the smtp to be used
Imports MessengerAPI
Public Class Form1
Dim objMSN As New MessengerAPI.Messenger
Dim msn As New
This is one of the many tutorials that I'll create. I will do them upon request as well.
So we're aiming for this:
Code
Imports System.Net.Mail ' imports the smtp to be used
Imports MessengerAPI
Public Class Form1
Dim objMSN As New MessengerAPI.Messenger
Dim msn As New