EmailStore.CreateMailboxAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateMailboxAsync(String, String) |
アプリがアカウント名とメール アドレスからメール アカウントを作成できるようにします。 |
CreateMailboxAsync(String, String, String) |
アプリで、アカウント名、メール アドレス、およびメールボックスが存在するユーザー データ アカウントからメール アカウントを作成できるようにします。 |
CreateMailboxAsync(String, String)
アプリがアカウント名とメール アドレスからメール アカウントを作成できるようにします。
public:
virtual IAsyncOperation<EmailMailbox ^> ^ CreateMailboxAsync(Platform::String ^ accountName, Platform::String ^ accountAddress) = CreateMailboxAsync;
/// [Windows.Foundation.Metadata.Overload("CreateMailboxAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailbox> CreateMailboxAsync(winrt::hstring const& accountName, winrt::hstring const& accountAddress);
[Windows.Foundation.Metadata.Overload("CreateMailboxAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailbox> CreateMailboxAsync(string accountName, string accountAddress);
function createMailboxAsync(accountName, accountAddress)
Public Function CreateMailboxAsync (accountName As String, accountAddress As String) As IAsyncOperation(Of EmailMailbox)
パラメーター
- accountName
-
String
Platform::String
winrt::hstring
アカウントの名前。
- accountAddress
-
String
Platform::String
winrt::hstring
アカウントに関連付けられている電子メール アドレス。
戻り値
電子メール メールボックス。
- 属性
Windows の要件
アプリの機能 |
email
emailSystem
|
こちらもご覧ください
適用対象
CreateMailboxAsync(String, String, String)
アプリで、アカウント名、メール アドレス、およびメールボックスが存在するユーザー データ アカウントからメール アカウントを作成できるようにします。
public:
virtual IAsyncOperation<EmailMailbox ^> ^ CreateMailboxAsync(Platform::String ^ accountName, Platform::String ^ accountAddress, Platform::String ^ userDataAccountId) = CreateMailboxAsync;
/// [Windows.Foundation.Metadata.Overload("CreateMailboxInAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailbox> CreateMailboxAsync(winrt::hstring const& accountName, winrt::hstring const& accountAddress, winrt::hstring const& userDataAccountId);
[Windows.Foundation.Metadata.Overload("CreateMailboxInAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailbox> CreateMailboxAsync(string accountName, string accountAddress, string userDataAccountId);
function createMailboxAsync(accountName, accountAddress, userDataAccountId)
Public Function CreateMailboxAsync (accountName As String, accountAddress As String, userDataAccountId As String) As IAsyncOperation(Of EmailMailbox)
パラメーター
- accountName
-
String
Platform::String
winrt::hstring
アカウントの名前。
- accountAddress
-
String
Platform::String
winrt::hstring
アカウントに関連付けられている電子メール アドレス。
- userDataAccountId
-
String
Platform::String
winrt::hstring
このユーザーに関連付けられているユーザー データ アカウント識別子。
戻り値
電子メール メールボックス。
- 属性
Windows の要件
アプリの機能 |
email
emailSystem
|