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.
- Value
- EmailMailboxDownloadAttachmentRequest EmailMailboxDownloadAttachmentRequest EmailMailboxDownloadAttachmentRequest EmailMailboxDownloadAttachmentRequest
A EmailMailboxDownloadAttachmentRequest object describing the attachment to be downloaded.