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