EmailMailboxCreateFolderResult Klasse

Definition

Stellt das Ergebnis eines TryCreateFolderAsync-Vorgangs dar.

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
Vererbung
Object Platform::Object IInspectable EmailMailboxCreateFolderResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)
App-Funktionen
email emailSystem

Hinweise

Ein instance dieser Klasse wird an die TryCreateFolderAsync-Methode zurückgegeben.

Eigenschaften

Folder

Rufen Sie den neu erstellten Ordner nach einem TryCreateFolderAsync-Vorgang ab.

Status

Ruft die status eines TryCreateFolderAsync-Vorgangs ab.

Gilt für: