EmailMailboxCreateFolderResult.Folder 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.
Get the newly created folder after a TryCreateFolderAsync operation.
public:
property EmailFolder ^ Folder { EmailFolder ^ get(); };
EmailFolder Folder();
public EmailFolder Folder { get; }
var emailFolder = emailMailboxCreateFolderResult.folder;
Public ReadOnly Property Folder As EmailFolder
Property Value
The newly created folder after a TryCreateFolderAsync operation.
Windows requirements
App capabilities |
email
emailSystem
|