Gets or sets the port number on which to communicate with the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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