Click or drag to resize

INewSmtpOnPort Method

Sets the port on which connection will be made.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
INewSmtp OnPort(
	int port
)

Parameters

port
Type: SystemInt32
Port number.

Return Value

Type: INewSmtp
SMTP connection configuration.
See Also