Click or drag to resize

IFluentMailSend Method

Sends the message using provided SMTP client instance.

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

Parameters

client
Type: Limilabs.Client.SMTPSmtp
SMTP client instance used for sending.

Return Value

Type: ISendMessageResult
Result 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