Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.MeetingResponseType
-
-
Uses of MeetingResponseType in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return MeetingResponseType Modifier and Type Method Description static MeetingResponseTypeMeetingResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeetingResponseType[]MeetingResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MeetingResponseType in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingResponseType Modifier and Type Method Description MeetingResponseTypeAppointment. getMyResponseType()Gets a value indicating what was the last response of the user that loaded this meeting.MeetingResponseTypeMeetingRequest. getMyResponseType()Gets a value indicating what was the last response of the user that loaded this meeting.MeetingResponseTypeMeetingMessage. getResponseType()Gets the response type indicated by this meeting message.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type MeetingResponseType Modifier and Type Method Description voidAppointment. setMyResponseType(MeetingResponseType value)Gets a value indicating what was the last response of the user that loaded this meeting.voidMeetingMessage. setResponseType(MeetingResponseType value)Sets the response type. -
Uses of MeetingResponseType in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return MeetingResponseType Modifier and Type Method Description MeetingResponseTypeAttendee. getResponseType()Gets the type of response the attendee gave to the meeting invitation it received.
-