다음을 통해 공유


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 메일 서버에 연결하는 데 사용하는 암호를 나타내는 문자열입니다.

특성

설명

설정 DefaultCredentials 설정 보다 우선 UserNamePassword입니다. UserNamePassword 경우에 사용 됩니다 DefaultCredentials 로 설정 된 false합니다.

적용 대상

추가 정보