Modifier and Type | Method and Description |
---|---|
ExchangeDelegateUserCollection |
IEWSClient.listDelegates(String mailbox)
Lists the users who are granted access on the specified mailbox.
|
Modifier and Type | Method and Description |
---|---|
void |
IEWSClient.closeAccess(ExchangeDelegateUserCollection delegateUsers,
String mailbox)
Closes access on the specified mailbox for the specified user.
|
void |
IEWSClient.delegateAccess(ExchangeDelegateUserCollection delegateUsers,
String mailbox)
Delegates access on the mailbox to the specified users.
|
void |
IEWSClient.updateDelegates(ExchangeDelegateUserCollection delegateUsers,
String mailbox)
Updates the delegate users settings who are granted access on the specified mailbox.
|