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)
ParameterTypeDescription
delegateUsersExchangeDelegateUserCollectionA ExchangeDelegateUserCollection containing the new settings of delegates.
mailboxStringA mailbox on which the delegate users are granted access.

Exceptions

exceptioncondition
AsposeArgumentNullExceptiondelegateUsers is null.
AsposeArgumentExceptionmailbox is null or empty.

See Also