SmtpNetworkElement.Password 속성

정의

SMTP 메일 서버에 연결하는 데 사용할 사용자 암호를 가져오거나 설정합니다.

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

속성 값

SMTP 메일 서버에 연결하는 데 사용할 암호를 나타내는 문자열입니다.

특성

설명

설정은 설정 DefaultCredentialsUserNamePassword. UserNamePassword 설정된 DefaultCredentials경우에만 false 사용됩니다.

적용 대상

추가 정보