SetMailboxACLAsync Method
Sets mailbox access control rights for a specific user.
Syntax
[VB.NET] Public Function SetMailboxACLAsync(ByVal User As String, ByVal Rights As String) As IAsyncAction
[C#] public IAsyncAction SetMailboxACLAsync(string user, string rights);