共用方式為


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

適用於