GetMailboxACLAsync Method
Retrieves mailbox access control rights.
Syntax
[VB.NET]
Public Function GetMailboxACLAsync() As Task
[C#]
public Task GetMailboxACLAsync();
Remarks
This method is the asynchronous version of the
GetMailboxACL method and is used to support asynchronous operations in WinRT. Please refer to
GetMailboxACL for more information.