IEWSClient.ListDelegates

IEWSClient.ListDelegates method

Lists the users who are granted access on the specified mailbox.

public ExchangeDelegateUserCollection ListDelegates(string mailbox)
ParameterTypeDescription
mailboxStringA mailbox.

Return Value

A ExchangeDelegateUserCollection representing the delegate users.

Exceptions

exceptioncondition
AsposeArgumentExceptionmailbox is null or empty.

See Also