_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 l’interface MAPI est installée. Cette propriété renvoie la valeur true si MAPI est installé et false dans le cas contraire.
public:
property bool MAPIAvailable { bool get(); };
public bool MAPIAvailable { get; }
member this.MAPIAvailable : bool
Public ReadOnly Property MAPIAvailable As Boolean