EmailStore.GetMailboxAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
識別子からメールボックスを取得します。
public:
virtual IAsyncOperation<EmailMailbox ^> ^ GetMailboxAsync(Platform::String ^ id) = GetMailboxAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailbox> GetMailboxAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailbox> GetMailboxAsync(string id);
function getMailboxAsync(id)
Public Function GetMailboxAsync (id As String) As IAsyncOperation(Of EmailMailbox)
パラメーター
- id
-
String
Platform::String
winrt::hstring
メールボックスの識別子。
戻り値
識別子によって記述されたメールボックス。
- 属性
Windows の要件
アプリの機能 |
email
emailSystem
|