|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelegateUserResponse | |
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.core.response | |
| microsoft.exchange.webservices.data.misc | |
| Uses of DelegateUserResponse in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that return types with arguments of type DelegateUserResponse | |
|---|---|
Collection<DelegateUserResponse> |
ExchangeService.addDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
DelegateUser... delegateUsers)
Adds delegates to a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.addDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
Iterable<DelegateUser> delegateUsers)
Adds delegates to a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.removeDelegates(Mailbox mailbox,
Iterable<UserId> userIds)
Removes delegates on a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.removeDelegates(Mailbox mailbox,
UserId... userIds)
Removes delegates on a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.updateDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
DelegateUser... delegateUsers)
Updates delegates on a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.updateDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
Iterable<DelegateUser> delegateUsers)
Updates delegates on a specific mailbox. |
| Uses of DelegateUserResponse in microsoft.exchange.webservices.data.core.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type DelegateUserResponse | |
|---|---|
Collection<DelegateUserResponse> |
DelegateManagementResponse.getDelegateUserResponses()
Gets a collection of response for each of the delegate users concerned by the operation. |
| Uses of DelegateUserResponse in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that return types with arguments of type DelegateUserResponse | |
|---|---|
Collection<DelegateUserResponse> |
DelegateInformation.getDelegateUserResponses()
Gets a list of response for each of the delegate users concerned by the operation. |
| Constructor parameters in microsoft.exchange.webservices.data.misc with type arguments of type DelegateUserResponse | |
|---|---|
DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
Initializes a DelegateInformation object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||