Asks the MailServer to expand a name or mailing list.
Syntax
[VB.NET]
Public Function ExpandAsync(ByVal EmailAddress As String)AsTask
[C#]
public Task ExpandAsync(string emailAddress);
Remarks
This method is the asynchronous version of the Expand method and is used to support asynchronous operations in WinRT. Please refer to Expand for more information.