SmtpNetworkElement.Host 属性

定义

获取或设置 SMTP 服务器的名称。

public:
 property System::String ^ Host { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("host")]
public string Host { get; set; }
[<System.Configuration.ConfigurationProperty("host")>]
member this.Host : string with get, set
Public Property Host As String

属性值

一个字符串,表示连接到的 SMTP 服务器的名称。

属性

适用于