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)
ParameterTypeDescription
delegateUserExchangeDelegateUserA new settings of delegate user.
mailboxStringA mailbox on which the delegate user is granted access.

Exceptions

exceptioncondition
AsposeArgumentNullExceptiondelegateUser is null.
AsposeArgumentExceptionmailbox is null or empty.

See Also