Sends the message using provided SMTP client instance.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
void Send(
	Smtp client
)
Visual Basic
Sub Send ( _
	client As Smtp _
)
Visual C++
void Send(
	Smtp^ client
)

Parameters

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

Remarks

SMTP client connection should be already opened.

See Also