ResolveAsync Method
Resolves an email address.
Syntax
[VB.NET] Public Function ResolveAsync(ByVal EmailAddress As String) As IAsyncAction
[C#] public IAsyncAction ResolveAsync(string emailAddress);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResolveAsync MethodResolves an email address. Syntax[VB.NET] Public Function ResolveAsync(ByVal EmailAddress As String) As IAsyncAction [C#] public IAsyncAction ResolveAsync(string emailAddress); RemarksThis 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. |
||