Freigeben über


DeviceAccountConfiguration.IsOutgoingServerAuthenticationEnabled Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die Authentifizierung für den Postausgangsserver aktiviert ist, oder legt diese fest.

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob die Authentifizierung für den Postausgangsserver aktiviert ist.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
userDataAccountsProvider

Gilt für: