 | INewSmtpOnPort Method |
Sets the port on which connection will be made.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxINewSmtp OnPort(
int port
)
Function OnPort (
port As Integer
) As INewSmtp
INewSmtp^ OnPort(
int port
)
abstract OnPort :
port : int -> INewSmtp Parameters
- port Int32
- Port number.
Return Value
INewSmtpSMTP connection configuration.
See Also