DeleteMailboxACLAsync Method
Deletes mailbox access control rights for a specific user.
Syntax
[VB.NET] Public Function DeleteMailboxACLAsync(ByVal User As String) As IAsyncAction
[C#] public IAsyncAction DeleteMailboxACLAsync(string user);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteMailboxACLAsync MethodDeletes mailbox access control rights for a specific user. Syntax[VB.NET] Public Function DeleteMailboxACLAsync(ByVal User As String) As IAsyncAction [C#] public IAsyncAction DeleteMailboxACLAsync(string user); RemarksThis method is the asynchronous version of the DeleteMailboxACL method and is used to support asynchronous operations in WinRT. Please refer to DeleteMailboxACL for more information. |
||