Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.MeetingRequestsDeliveryScope
-
-
Uses of MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type MeetingRequestsDeliveryScope 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. 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 MeetingRequestsDeliveryScope in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return MeetingRequestsDeliveryScope Modifier and Type Method Description static MeetingRequestsDeliveryScopeMeetingRequestsDeliveryScope. 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 Modifier and Type Method Description MeetingRequestsDeliveryScopeAddDelegateRequest. getMeetingRequestsDeliveryScope()Gets the meeting request delivery scope.MeetingRequestsDeliveryScopeUpdateDelegateRequest. getMeetingRequestsDeliveryScope()Gets the meeting request delivery scope.Methods in microsoft.exchange.webservices.data.core.request with parameters of type MeetingRequestsDeliveryScope Modifier and Type Method Description voidAddDelegateRequest. setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope meetingRequestsDeliveryScope)Sets the meeting request delivery scope.voidUpdateDelegateRequest. setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope value)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 Modifier and Type Method Description MeetingRequestsDeliveryScopeGetDelegateResponse. 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 Modifier and Type Method Description MeetingRequestsDeliveryScopeDelegateInformation. 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 Constructor Description DelegateInformation(List<DelegateUserResponse> delegateUserResponses, MeetingRequestsDeliveryScope meetingReqestsDeliveryScope)Initializes a DelegateInformation object.
-