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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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