EmailMailboxCreateFolderResult Class
Definition
Represents the result of a TryCreateFolderAsync operation.
public ref class EmailMailboxCreateFolderResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxCreateFolderResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxCreateFolderResult
Public NotInheritable Class EmailMailboxCreateFolderResult
- Inheritance
-
EmailMailboxCreateFolderResult
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
App capabilities |
email
emailSystem
|
Remarks
An instance of this class is returned to the TryCreateFolderAsync method.
Properties
Folder |
Get the newly created folder after a TryCreateFolderAsync operation. |
Status |
Gets the status of a TryCreateFolderAsync operation. |