 | IFluentMailSend Method |
Sends the message using provided SMTP client instance.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxISendMessageResult Send(
Smtp client
)
Function Send (
client As Smtp
) As ISendMessageResult
ISendMessageResult^ Send(
Smtp^ client
)
abstract Send :
client : Smtp -> ISendMessageResult Parameters
- client Smtp
- SMTP client instance used for sending.
Return Value
ISendMessageResultResult of the sending operation. You can examine
Status property to check if the operation succeed.
Remarks
SMTP client connection should be already opened and user logged in if required.
See Also