EmailMailboxDownloadMessageRequestEventArgs.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 EmailMailboxDownloadMessageRequest object associated with this request.
public:
property EmailMailboxDownloadMessageRequest ^ Request { EmailMailboxDownloadMessageRequest ^ get(); };
EmailMailboxDownloadMessageRequest Request();
public EmailMailboxDownloadMessageRequest Request { get; }
var emailMailboxDownloadMessageRequest = emailMailboxDownloadMessageRequestEventArgs.request;
Public ReadOnly Property Request As EmailMailboxDownloadMessageRequest
Property Value
An EmailMailboxDownloadMessageRequest object describing the email message to be downloaded.
Windows requirements
App capabilities |
email
emailSystem
|