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 서버의 이름을 나타내는 문자열입니다.

특성

적용 대상