|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type MeetingRequestsDeliveryScope | |
|---|---|
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.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 MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.core.enumeration.service |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.service that return MeetingRequestsDeliveryScope | |
|---|---|
static MeetingRequestsDeliveryScope |
MeetingRequestsDeliveryScope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MeetingRequestsDeliveryScope[] |
MeetingRequestsDeliveryScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return MeetingRequestsDeliveryScope | |
|---|---|
MeetingRequestsDeliveryScope |
UpdateDelegateRequest.getMeetingRequestsDeliveryScope()
Gets the meeting request delivery scope. |
MeetingRequestsDeliveryScope |
AddDelegateRequest.getMeetingRequestsDeliveryScope()
Gets the meeting request delivery scope. |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type MeetingRequestsDeliveryScope | |
|---|---|
void |
UpdateDelegateRequest.setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope value)
Sets the meeting request delivery scope. |
void |
AddDelegateRequest.setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope meetingRequestsDeliveryScope)
Sets the meeting request delivery scope. |
| Uses of MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.core.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.response that return MeetingRequestsDeliveryScope | |
|---|---|
MeetingRequestsDeliveryScope |
GetDelegateResponse.getMeetingRequestsDeliveryScope()
Gets a value indicating if and how meeting request are delivered to delegates. |
| Uses of MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that return MeetingRequestsDeliveryScope | |
|---|---|
MeetingRequestsDeliveryScope |
DelegateInformation.getMeetingReqestsDeliveryScope()
Gets a value indicating if and how meeting request are delivered to delegates. |
| Constructors in microsoft.exchange.webservices.data.misc with parameters of type MeetingRequestsDeliveryScope | |
|---|---|
DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
Initializes a DelegateInformation object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||