[VB.NET]
Public Function ResolveAsync(ByVal EmailAddress As String)AsTask
[C#]
public Task ResolveAsync(string emailAddress);
Remarks
This method is the asynchronous version of the Resolve method and is used to support asynchronous operations in WinRT. Please refer to Resolve for more information.