_Application.MAPIAvailable 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.
Détermine si MAPI est installé. Cette propriété renvoie True si MAPI est installé, et False si ce n’est pas le cas.
public:
property bool MAPIAvailable { bool get(); };
public bool MAPIAvailable { get; }
member this.MAPIAvailable : bool
Public ReadOnly Property MAPIAvailable As Boolean