EmailMailboxChangedEventArgs EmailMailboxChangedEventArgs EmailMailboxChangedEventArgs EmailMailboxChangedEventArgs Class

Definition

Represents the deferral process.

public : sealed class EmailMailboxChangedEventArgs : IEmailMailboxChangedEventArgspublic sealed class EmailMailboxChangedEventArgs : IEmailMailboxChangedEventArgsPublic NotInheritable Class EmailMailboxChangedEventArgs Implements IEmailMailboxChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

The functionality described in this topic is not available to all Windows and Windows Phone apps. For your code to call these APIs, Microsoft must approve your use of them and provision your developer account. Otherwise the calls will fail at runtime.

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets the deferral object.

public : EmailMailboxChangedDeferral GetDeferral()public EmailMailboxChangedDeferral GetDeferral()Public Function GetDeferral() As EmailMailboxChangedDeferral// You can use this method in JavaScript.
Returns