次の方法で共有


EmailStore.GetFolderAsync(String) メソッド

定義

識別子から電子メール フォルダーを取得します。

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

パラメーター

id
String

Platform::String

winrt::hstring

電子メール フォルダーの識別子。

戻り値

識別子によって記述されたフォルダー。

属性

Windows の要件

アプリの機能
email emailSystem

適用対象