ListMailboxesAsync Method
Lists all mailboxes matching all criteria in the Mailbox property.
Syntax
[VB.NET] Public Function ListMailboxesAsync() As Task
[C#] public Task ListMailboxesAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListMailboxesAsync MethodLists all mailboxes matching all criteria in the Mailbox property. Syntax[VB.NET] Public Function ListMailboxesAsync() As Task [C#] public Task ListMailboxesAsync(); RemarksThis method is the asynchronous version of the ListMailboxes method and is used to support asynchronous operations in WinRT. Please refer to ListMailboxes for more information. |
||