Gets or sets the port number on which to communicate with the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int Port { get; set; }
Public Property Port As Integer
Get
Set
Property Value
Type:
Int32The port number on which to communicate with the SMTP relay server. The default value is
25.
Exceptions
See Also