Click or drag to resize

SmtpSendMessage Method (SmtpMail)

Sends a single email message.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public ISendMessageResult SendMessage(
	SmtpMail smtpMail
)

Parameters

smtpMail
Type: Limilabs.Client.SMTPSmtpMail
SmtpMail message to send.

Return Value

Type: ISendMessageResult
Result of the sending operation. You can examine Status property to check if the operation succeed.
See Also