Share via


SmtpNetworkElement.DefaultCredentials 속성

정의

SMTP 서버에 액세스하는 데 기본 사용자 자격 증명을 사용할지 여부를 결정합니다. 기본값은 false입니다.

public:
 property bool DefaultCredentials { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("defaultCredentials", DefaultValue=false)]
public bool DefaultCredentials { get; set; }
[<System.Configuration.ConfigurationProperty("defaultCredentials", DefaultValue=false)>]
member this.DefaultCredentials : bool with get, set
Public Property DefaultCredentials As Boolean

속성 값

SMTP 서버에 액세스하는 데 기본 사용자 자격 증명이 사용되면 true이고, 그렇지 않으면 false 입니다.

특성

적용 대상

추가 정보