Share via


DeviceAccountConfiguration.IsOutgoingServerAuthenticationEnabled 속성

정의

보내는 메일 서버에 인증을 사용할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool IsOutgoingServerAuthenticationEnabled { bool get(); void set(bool value); };
bool IsOutgoingServerAuthenticationEnabled();

void IsOutgoingServerAuthenticationEnabled(bool value);
public bool IsOutgoingServerAuthenticationEnabled { get; set; }
var boolean = deviceAccountConfiguration.isOutgoingServerAuthenticationEnabled;
deviceAccountConfiguration.isOutgoingServerAuthenticationEnabled = boolean;
Public Property IsOutgoingServerAuthenticationEnabled As Boolean

속성 값

Boolean

bool

보내는 메일 서버에 인증을 사용할 수 있는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
userDataAccountsProvider

적용 대상