EmailMailbox.ResolveRecipientsAsync(IIterable<String>) 方法

定义

解析一个或多个电子邮件地址的列表。

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

适用于