EmailMailboxCreateFolderResult
EmailMailboxCreateFolderResult
EmailMailboxCreateFolderResult
EmailMailboxCreateFolderResult
Class
Definition
Represents the result of a TryCreateFolderAsync operation.
public : sealed class EmailMailboxCreateFolderResult : IEmailMailboxCreateFolderResultpublic sealed class EmailMailboxCreateFolderResult : IEmailMailboxCreateFolderResultPublic NotInheritable Class EmailMailboxCreateFolderResult Implements IEmailMailboxCreateFolderResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Remarks
An instance of this class is returned to the TryCreateFolderAsync method.
Properties
Folder Folder Folder Folder
Get the newly created folder after a TryCreateFolderAsync operation.
public : EmailFolder Folder { get; }public EmailFolder Folder { get; }Public ReadOnly Property Folder As EmailFolder// You can use this property in JavaScript.
The newly created folder after a TryCreateFolderAsync operation.
Status Status Status Status
Gets the status of a TryCreateFolderAsync operation.
public : EmailMailboxCreateFolderStatus Status { get; }public EmailMailboxCreateFolderStatus Status { get; }Public ReadOnly Property Status As EmailMailboxCreateFolderStatus// You can use this property in JavaScript.
- Value
- EmailMailboxCreateFolderStatus EmailMailboxCreateFolderStatus EmailMailboxCreateFolderStatus EmailMailboxCreateFolderStatus
The status of a TryCreateFolderAsync operation.