EmailNotificationTriggerDetails.AccessoryNotificationType Property

Definition

An AccessoryNotificationType that specifies the type of notification received. For email notifications, this value is AccessoryNotificationType.Email.

public:
 property AccessoryNotificationType AccessoryNotificationType { AccessoryNotificationType get(); };
AccessoryNotificationType AccessoryNotificationType();
public AccessoryNotificationType AccessoryNotificationType { get; }
var accessoryNotificationType = emailNotificationTriggerDetails.accessoryNotificationType;
Public ReadOnly Property AccessoryNotificationType As AccessoryNotificationType

Property Value

AccessoryNotificationType.Email

Implements

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to