Uses of Class
microsoft.exchange.webservices.data.core.response.DelegateUserResponse
-
Packages that use DelegateUserResponse Package Description 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 Modifier and Type Method Description Collection<DelegateUserResponse>ExchangeService. addDelegates(Mailbox mailbox, MeetingRequestsDeliveryScope meetingRequestsDeliveryScope, Iterable<DelegateUser> delegateUsers)Adds delegates to a specific mailbox.Collection<DelegateUserResponse>ExchangeService. addDelegates(Mailbox mailbox, MeetingRequestsDeliveryScope meetingRequestsDeliveryScope, 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, Iterable<DelegateUser> delegateUsers)Updates delegates on a specific mailbox.Collection<DelegateUserResponse>ExchangeService. updateDelegates(Mailbox mailbox, MeetingRequestsDeliveryScope meetingRequestsDeliveryScope, 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description DelegateInformation(List<DelegateUserResponse> delegateUserResponses, MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)Initializes a DelegateInformation object.
-