다음을 통해 공유


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

적용 대상