EmailMailboxCreateFolderRequestEventArgs.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 EmailMailboxCreateFolderRequest object that describes the details of this request.
public:
property EmailMailboxCreateFolderRequest ^ Request { EmailMailboxCreateFolderRequest ^ get(); };
EmailMailboxCreateFolderRequest Request();
public EmailMailboxCreateFolderRequest Request { get; }
var emailMailboxCreateFolderRequest = emailMailboxCreateFolderRequestEventArgs.request;
Public ReadOnly Property Request As EmailMailboxCreateFolderRequest
Property Value
A EmailMailboxCreateFolderRequest object that describes the folder creation operation to be performed.
Windows requirements
App capabilities |
email
emailSystem
|