EmailNotificationTriggerDetails.StartedProcessing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the accessory has started processing the email notification.
public:
property bool StartedProcessing { bool get(); void set(bool value); };
bool StartedProcessing();
void StartedProcessing(bool value);
public bool StartedProcessing { get; set; }
var boolean = emailNotificationTriggerDetails.startedProcessing;
emailNotificationTriggerDetails.startedProcessing = boolean;
Public Property StartedProcessing As Boolean
Property Value
Boolean
bool
true if the accessory has started processing the email notification; otherwise, false.
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.