EmailMailboxDownloadAttachmentRequestEventArgs EmailMailboxDownloadAttachmentRequestEventArgs EmailMailboxDownloadAttachmentRequestEventArgs EmailMailboxDownloadAttachmentRequestEventArgs Class

Definition

Encapsulates information about a request to download an attachment.

public : sealed class EmailMailboxDownloadAttachmentRequestEventArgs : IEmailMailboxDownloadAttachmentRequestEventArgspublic sealed class EmailMailboxDownloadAttachmentRequestEventArgs : IEmailMailboxDownloadAttachmentRequestEventArgsPublic NotInheritable Class EmailMailboxDownloadAttachmentRequestEventArgs Implements IEmailMailboxDownloadAttachmentRequestEventArgs// 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 DownloadAttachmentRequested event handler.

Properties

Request Request Request Request

Gets the EmailMailboxDownloadAttachmentRequest object associated with this request.

public : EmailMailboxDownloadAttachmentRequest Request { get; }public EmailMailboxDownloadAttachmentRequest Request { get; }Public ReadOnly Property Request As EmailMailboxDownloadAttachmentRequest// 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.