SmtpServerPort Property
Gets or sets the port number on which to communicate with the SMTP relay server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int Port { get; set; }

Property Value

Type: Int32
The port number on which to communicate with the SMTP relay server. The default value is 25.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is an invalid port number.
See Also