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 Task
[C#] public Task SetMailboxACLAsync(string user, string rights);