Partager via


DeviceAccountConfiguration.IsOutgoingServerAuthenticationRequired Propriété

Définition

Obtient ou définit une valeur booléenne indiquant si l’authentification est requise par le serveur de messagerie sortant.

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

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

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si l’authentification est requise par le serveur de messagerie sortant.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
userDataAccountsProvider

S’applique à