DeviceAccountConfiguration.OutgoingServerRequiresSsl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur booléenne indiquant si SSL (Secure Sockets Layer) doit être utilisé lors de la connexion au serveur de messagerie sortant.
public:
property bool OutgoingServerRequiresSsl { bool get(); void set(bool value); };
bool OutgoingServerRequiresSsl();
void OutgoingServerRequiresSsl(bool value);
public bool OutgoingServerRequiresSsl { get; set; }
var boolean = deviceAccountConfiguration.outgoingServerRequiresSsl;
deviceAccountConfiguration.outgoingServerRequiresSsl = boolean;
Public Property OutgoingServerRequiresSsl As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne indiquant si SSL (Secure Sockets Layer) doit être utilisé lors de la connexion au serveur de messagerie sortant.