| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
DelegateResponse |
Service.addDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers)
Adds delegates to a specific mailbox.
|
DelegateResponse |
Service.addDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests)
Adds delegates to a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox,
boolean includePermissions)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox,
boolean includePermissions,
java.util.List<UserId> users)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox,
java.util.List<UserId> users)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.removeDelegate(Mailbox mailbox,
java.util.List<UserId> users)
Removes delegates on a specific mailbox.
|
DelegateResponse |
Service.updateDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers)
Updates delegates on a specific mailbox.
|
DelegateResponse |
Service.updateDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests)
Updates delegates on a specific mailbox.
|