EmailMailboxEmptyFolderRequestEventArgs.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 EmailMailboxEmptyFolderRequest object associated with this request.
public:
property EmailMailboxEmptyFolderRequest ^ Request { EmailMailboxEmptyFolderRequest ^ get(); };
EmailMailboxEmptyFolderRequest Request();
public EmailMailboxEmptyFolderRequest Request { get; }
var emailMailboxEmptyFolderRequest = emailMailboxEmptyFolderRequestEventArgs.request;
Public ReadOnly Property Request As EmailMailboxEmptyFolderRequest
Property Value
An EmailMailboxEmptyFolderRequest object describing the folder to be emptied.
Windows requirements
App capabilities |
email
emailSystem
|