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