EmailMailbox.ResolveRecipientsAsync(IIterable<String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つ以上のメール アドレスの一覧を解決します。
public:
virtual IAsyncOperation<IVectorView<EmailRecipientResolutionResult ^> ^> ^ ResolveRecipientsAsync(IIterable<Platform::String ^> ^ recipients) = ResolveRecipientsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<EmailRecipientResolutionResult>> ResolveRecipientsAsync(IIterable<winrt::hstring> const& recipients);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<EmailRecipientResolutionResult>> ResolveRecipientsAsync(IEnumerable<string> recipients);
function resolveRecipientsAsync(recipients)
Public Function ResolveRecipientsAsync (recipients As IEnumerable(Of String)) As IAsyncOperation(Of IReadOnlyList(Of EmailRecipientResolutionResult))
パラメーター
戻り値
IAsyncOperation<IVectorView<EmailRecipientResolutionResult>>
IAsyncOperation<IReadOnlyList<EmailRecipientResolutionResult>>
解決結果の一覧。 結果リストは入力リストと同じ順序になります。 詳細については 、「EmailRecipientResolutionResult 」を参照してください。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10586.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v2.0 で導入)
|
アプリの機能 |
email
emailSystem
|