SmtpNetworkElement.Port 属性

定义

获取或设置 SMTP 客户端用来连接到 SMTP 邮件服务器的端口。 默认值为 25。

public:
 property int Port { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("port", DefaultValue=25)]
public int Port { get; set; }
[<System.Configuration.ConfigurationProperty("port", DefaultValue=25)>]
member this.Port : int with get, set
Public Property Port As Integer

属性值

表示连接到 SMTP 邮件服务器的端口的字符串。

属性

适用于

另请参阅