|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DelegateUserResponse in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data 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> |
DelegateInformation.getDelegateUserResponses()
Gets a list of responses for each of the delegate users concerned by the operation. |
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. |
| Constructor parameters in microsoft.exchange.webservices.data with type arguments of type DelegateUserResponse | |
|---|---|
DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
* Initializes a DelegateInformation object. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||