Send
Previous  Next

Sends a message.
Syntax: Send (Message As MailMessage)
The program will block until the message is sent or the timeout limit has reached (default timeout is 100 seconds).

Example:
SMTP.Send (Msg.Value)