EmailAccountInfo.IsNotificationEnabled 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 une valeur indiquant si les notifications sont activées pour le compte de messagerie.
public:
property bool IsNotificationEnabled { bool get(); };
bool IsNotificationEnabled();
public bool IsNotificationEnabled { get; }
var boolean = emailAccountInfo.isNotificationEnabled;
Public ReadOnly Property IsNotificationEnabled As Boolean
Valeur de propriété
bool
true si les notifications sont activées pour le compte de messagerie ; sinon, false.
Configuration requise pour Windows
Fonctionnalités de l’application |
accessoryManager
|
Remarques
L’appel de cette API nécessite que les fonctionnalités ID_CAP_SMS et ID_CAP_SMS_COMPANION soient spécifiées dans le manifeste de l’application.