Click or drag to resize

INewSmtpSend Method

Sends the message.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
ISendMessageResult Send()

Return Value

Type: ISendMessageResult
Result of the sending operation. You can examine Status property to check if the operation succeed.
Remarks
SMTP connection is created, opened, and closed.
See Also