| 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
)
Function OnPort (
port As Integer
) As INewSmtp
INewSmtp^ OnPort(
int port
)
abstract OnPort :
port : int -> INewSmtp
Parameters
- port
- Type: SystemInt32
Port number.
Return Value
Type:
INewSmtpSMTP connection configuration.
See Also