EmailMailboxDownloadAttachmentRequestEventArgs.Request 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.
Gets the EmailMailboxDownloadAttachmentRequest object associated with this request.
public:
property EmailMailboxDownloadAttachmentRequest ^ Request { EmailMailboxDownloadAttachmentRequest ^ get(); };
EmailMailboxDownloadAttachmentRequest Request();
public EmailMailboxDownloadAttachmentRequest Request { get; }
var emailMailboxDownloadAttachmentRequest = emailMailboxDownloadAttachmentRequestEventArgs.request;
Public ReadOnly Property Request As EmailMailboxDownloadAttachmentRequest
Property Value
A EmailMailboxDownloadAttachmentRequest object describing the attachment to be downloaded.
Windows requirements
App capabilities |
email
emailSystem
|