 | INewSmtpSend Method |
Sends the message.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxISendMessageResult Send()
Function Send As ISendMessageResult
ISendMessageResult^ Send()
abstract Send : unit -> ISendMessageResult
Return Value
ISendMessageResultResult 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