Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.calendar.AppointmentType
-
Packages that use AppointmentType Package Description microsoft.exchange.webservices.data.core.enumeration.service.calendar microsoft.exchange.webservices.data.core.service.item -
-
Uses of AppointmentType in microsoft.exchange.webservices.data.core.enumeration.service.calendar
Methods in microsoft.exchange.webservices.data.core.enumeration.service.calendar that return AppointmentType Modifier and Type Method Description static AppointmentTypeAppointmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppointmentType[]AppointmentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AppointmentType in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return AppointmentType Modifier and Type Method Description AppointmentTypeAppointment. getAppointmentType()Gets a value indicating the type of this appointment.AppointmentTypeMeetingRequest. getAppointmentType()Gets a value indicating the type of this appointment.AppointmentTypeMeetingResponse. getAppointmentType()Gets a value indicating the type of this appointment.
-