IEWSClient.UpdateDelegates
IEWSClient.UpdateDelegates method
Updates the delegate users settings who are granted access on the specified mailbox.
public void UpdateDelegates(ExchangeDelegateUserCollection delegateUsers, string mailbox)
Parameter | Type | Description |
---|---|---|
delegateUsers | ExchangeDelegateUserCollection | A ExchangeDelegateUserCollection containing the new settings of delegates. |
mailbox | String | A mailbox on which the delegate users are granted access. |
Exceptions
exception | condition |
---|---|
AsposeArgumentNullException | delegateUsers is null . |
AsposeArgumentException | mailbox is null or empty . |
See Also
- class ExchangeDelegateUserCollection
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email