Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.request | |
microsoft.exchange.webservices.data.core.response |
Modifier and Type | Method and Description |
---|---|
Collection<DelegateUserResponse> |
ExchangeService.addDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
DelegateUser... delegateUsers)
Adds delegates to a specific mailbox.
|
Collection<DelegateUserResponse> |
ExchangeService.updateDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
DelegateUser... delegateUsers)
Updates delegates on a specific mailbox.
|
Modifier and Type | Method and Description |
---|---|
Collection<DelegateUserResponse> |
ExchangeService.addDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
Iterable<DelegateUser> delegateUsers)
Adds delegates to a specific mailbox.
|
Collection<DelegateUserResponse> |
ExchangeService.updateDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
Iterable<DelegateUser> delegateUsers)
Updates delegates on a specific mailbox.
|
Modifier and Type | Method and Description |
---|---|
List<DelegateUser> |
UpdateDelegateRequest.getDelegateUsers()
Gets the delegate users.
|
List<DelegateUser> |
AddDelegateRequest.getDelegateUsers()
Gets the delegate users.
|
Modifier and Type | Method and Description |
---|---|
DelegateUser |
DelegateUserResponse.getDelegateUser()
The delegate user that was involved in the operation.
|
Constructor and Description |
---|
DelegateUserResponse(boolean readDelegateUser,
DelegateUser delegateUser)
Initializes a new instance of the class.
|
Constructor and Description |
---|
DelegateManagementResponse(boolean readDelegateUsers,
List<DelegateUser> delegateUsers)
Initializes a new instance of the class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.