EmailIrmInfo.IsProgramaticAccessAllowed 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 qui indique si l’accès par programmation au message est autorisé.
public:
property bool IsProgramaticAccessAllowed { bool get(); void set(bool value); };
bool IsProgramaticAccessAllowed();
void IsProgramaticAccessAllowed(bool value);
public bool IsProgramaticAccessAllowed { get; set; }
var boolean = emailIrmInfo.isProgramaticAccessAllowed;
emailIrmInfo.isProgramaticAccessAllowed = boolean;
Public Property IsProgramaticAccessAllowed As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne qui indique si l’accès par programmation au message est autorisé.
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|