EmailFolder.CreateFolderAsync(String) メソッド

定義

新しいフォルダーを非同期的に作成します。

public:
 virtual IAsyncOperation<EmailFolder ^> ^ CreateFolderAsync(Platform::String ^ name) = CreateFolderAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailFolder> CreateFolderAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailFolder> CreateFolderAsync(string name);
function createFolderAsync(name)
Public Function CreateFolderAsync (name As String) As IAsyncOperation(Of EmailFolder)

パラメーター

name
String

Platform::String

winrt::hstring

新しいフォルダーの名前。

戻り値

新しく作成されたフォルダーを返します。

属性

Windows の要件

アプリの機能
email emailSystem

適用対象