Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.MeetingRequestType
-
Packages that use MeetingRequestType Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.core.service.item -
-
Uses of MeetingRequestType in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return MeetingRequestType Modifier and Type Method Description static MeetingRequestTypeMeetingRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeetingRequestType[]MeetingRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MeetingRequestType in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingRequestType Modifier and Type Method Description MeetingRequestTypeMeetingRequest. getMeetingRequestType()Gets the type of this meeting request.
-