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