Click or drag to resize

SmtpSendMessageAsync Method (SmtpMail)

Sends a single message.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<ISendMessageResult> SendMessageAsync(
	SmtpMail smtpMail
)

Parameters

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

Return Value

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