次の方法で共有


EmailMailbox.ResolveRecipientsAsync(IIterable<String>) メソッド

定義

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))

パラメーター

recipients

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

メール アドレスの一覧。

戻り値

解決結果の一覧。 結果リストは入力リストと同じ順序になります。 詳細については 、「EmailRecipientResolutionResult 」を参照してください。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)
アプリの機能
email emailSystem

適用対象