EmailMailboxDownloadMessageRequestEventArgs EmailMailboxDownloadMessageRequestEventArgs EmailMailboxDownloadMessageRequestEventArgs EmailMailboxDownloadMessageRequestEventArgs Class

Definition

Encapsulates information about a request to download an email message.

public : sealed class EmailMailboxDownloadMessageRequestEventArgs : IEmailMailboxDownloadMessageRequestEventArgspublic sealed class EmailMailboxDownloadMessageRequestEventArgs : IEmailMailboxDownloadMessageRequestEventArgsPublic NotInheritable Class EmailMailboxDownloadMessageRequestEventArgs Implements IEmailMailboxDownloadMessageRequestEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Use the instance of this class that is passed as an argument to your DownloadMessageRequested event handler.

Properties

Request Request Request Request

Gets the EmailMailboxDownloadMessageRequest object associated with this request.

public : EmailMailboxDownloadMessageRequest Request { get; }public EmailMailboxDownloadMessageRequest Request { get; }Public ReadOnly Property Request As EmailMailboxDownloadMessageRequest// You can use this property in JavaScript.

Methods

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

Gets a deferral object for this operation.

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

A Deferral object that your code uses to signal when it has finished processing this request.