Uses of Class
microsoft.exchange.webservices.data.core.enumeration.availability.MeetingAttendeeType
-
Packages that use MeetingAttendeeType Package Description microsoft.exchange.webservices.data.core.enumeration.availability microsoft.exchange.webservices.data.misc.availability -
-
Uses of MeetingAttendeeType in microsoft.exchange.webservices.data.core.enumeration.availability
Methods in microsoft.exchange.webservices.data.core.enumeration.availability that return MeetingAttendeeType Modifier and Type Method Description static MeetingAttendeeTypeMeetingAttendeeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeetingAttendeeType[]MeetingAttendeeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MeetingAttendeeType in microsoft.exchange.webservices.data.misc.availability
Methods in microsoft.exchange.webservices.data.misc.availability that return MeetingAttendeeType Modifier and Type Method Description MeetingAttendeeTypeAttendeeInfo. getAttendeeType()Gets the type of this attendee.Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type MeetingAttendeeType Modifier and Type Method Description voidAttendeeInfo. setAttendeeType(MeetingAttendeeType attendeeType)Sets the attendee type.Constructors in microsoft.exchange.webservices.data.misc.availability with parameters of type MeetingAttendeeType Constructor Description AttendeeInfo(String smtpAddress, MeetingAttendeeType attendeeType, boolean excludeConflicts)Initializes a new instance of the AttendeeInfo class.
-