EmailNotificationTriggerDetails.AccessoryNotificationType Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein AccessoryNotificationType , der den Typ der empfangenen Benachrichtigung angibt. Für E-Mail-Benachrichtigungen ist dieser Wert AccessoryNotificationType. Email.
public:
property AccessoryNotificationType AccessoryNotificationType { AccessoryNotificationType get(); };
AccessoryNotificationType AccessoryNotificationType();
public AccessoryNotificationType AccessoryNotificationType { get; }
var accessoryNotificationType = emailNotificationTriggerDetails.accessoryNotificationType;
Public ReadOnly Property AccessoryNotificationType As AccessoryNotificationType
Eigenschaftswert
AccessoryNotificationType. Email
Implementiert
Windows-Anforderungen
App-Funktionen |
accessoryManager
|
Hinweise
Für das Aufrufen dieser API müssen die ID_CAP_SMS - und ID_CAP_SMS_COMPANION-Funktionen im Anwendungsmanifest angegeben werden.