| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
UserId |
Permission.getUserId()
Gets a delegate user or a user who has folder access permissions.
|
UserId |
DelegateUser.getUserId()
Gets the delegate.
|
UserId |
CalendarPermission.getUserId()
Gets a delegate user or a user who has folder access permissions.
|
| Modifier and Type | Method and Description |
|---|---|
DelegateUserResponse |
Service.getDelegate(Mailbox mailbox,
boolean includePermissions,
UserId userId)
Retrieves the delegates of a specific mailbox.
|
DelegateUserResponse |
Service.getDelegate(Mailbox mailbox,
UserId userId)
Retrieves the delegates of a specific mailbox.
|
DelegateUserResponse |
Service.removeDelegate(Mailbox mailbox,
UserId userId)
Removes delegate on a specific mailbox.
|
void |
Permission.setUserId(UserId userId)
Sets a delegate user or a user who has folder access permissions.
|
void |
DelegateUser.setUserId(UserId userId)
Sets the delegate.
|
void |
CalendarPermission.setUserId(UserId userId)
Sets a delegate user or a user who has folder access permissions.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
DelegateUser(UserId userId)
Initializes a new instance of the DelegateUser class.
|