UnsubscribeMailboxAsync Method
Unsubscribes from the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Function UnsubscribeMailboxAsync() As IAsyncAction
[C#] public IAsyncAction UnsubscribeMailboxAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UnsubscribeMailboxAsync MethodUnsubscribes from the mailbox specified by Mailbox . Syntax[VB.NET] Public Function UnsubscribeMailboxAsync() As IAsyncAction [C#] public IAsyncAction UnsubscribeMailboxAsync(); RemarksThis method is the asynchronous version of the UnsubscribeMailbox method and is used to support asynchronous operations in WinRT. Please refer to UnsubscribeMailbox for more information. |
||