|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return MeetingRequestsDeliveryScope | |
|---|---|
MeetingRequestsDeliveryScope |
DelegateInformation.getMeetingReqestsDeliveryScope()
Gets a value indicating if and how meeting requests are delivered to delegates. |
MeetingRequestsDeliveryScope |
UpdateDelegateRequest.getMeetingRequestsDeliveryScope()
Gets the meeting requests delivery scope. |
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. |
| Methods in microsoft.exchange.webservices.data 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. |
void |
UpdateDelegateRequest.setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope value)
Sets the meeting requests delivery scope. |
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. |
| Constructors in microsoft.exchange.webservices.data with parameters of type MeetingRequestsDeliveryScope | |
|---|---|
DelegateInformation(List<DelegateUserResponse> delegateUserResponses,
MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)
* Initializes a DelegateInformation object. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||