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.26106.1555
Syntax
INewSmtp OnPort(
	int port
)

Parameters

port  Int32
Port number.

Return Value

INewSmtp
SMTP connection configuration.
See Also