ExpandAsync Method
Asks the MailServer to expand a name or mailing list.
Syntax
[VB.NET] Public Function ExpandAsync(ByVal EmailAddress As String) As IAsyncAction
[C#] public IAsyncAction ExpandAsync(string emailAddress);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExpandAsync MethodAsks the MailServer to expand a name or mailing list. Syntax[VB.NET] Public Function ExpandAsync(ByVal EmailAddress As String) As IAsyncAction [C#] public IAsyncAction ExpandAsync(string emailAddress); RemarksThis 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. |
||