Uses of Class
microsoft.exchange.webservices.data.core.service.item.Appointment
-
-
Uses of Appointment in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type Appointment Modifier and Type Method Description FindItemsResults<Appointment>ExchangeService. findAppointments(WellKnownFolderName parentFolderName, CalendarView calendarView)Obtains a list of appointments by searching the contents of a specific folder.FindItemsResults<Appointment>ExchangeService. findAppointments(FolderId parentFolderId, CalendarView calendarView)Obtains a list of appointments by searching the contents of a specific folder. -
Uses of Appointment in microsoft.exchange.webservices.data.core.service.folder
Methods in microsoft.exchange.webservices.data.core.service.folder that return types with arguments of type Appointment Modifier and Type Method Description FindItemsResults<Appointment>CalendarFolder. findAppointments(CalendarView view)Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion for recurring appointments. -
Uses of Appointment in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return Appointment Modifier and Type Method Description static AppointmentAppointment. bind(ExchangeService service, ItemId id)Binds to an existing appointment and loads its first class property.static AppointmentAppointment. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing appointment and loads the specified set of property.static AppointmentAppointment. bindToOccurrence(ExchangeService service, ItemId recurringMasterId, int occurenceIndex)Binds to an existing appointment and loads its first class property.static AppointmentAppointment. bindToOccurrence(ExchangeService service, ItemId recurringMasterId, int occurenceIndex, PropertySet propertySet)Binds to an existing appointment and loads its first class property.static AppointmentAppointment. bindToRecurringMaster(ExchangeService service, ItemId occurrenceId)Binds to the master appointment of a recurring series and loads its first class property.static AppointmentAppointment. bindToRecurringMaster(ExchangeService service, ItemId occurrenceId, PropertySet propertySet)Binds to the master appointment of a recurring series and loads its first class property.Methods in microsoft.exchange.webservices.data.core.service.item that return types with arguments of type Appointment Modifier and Type Method Description ItemCollection<Appointment>Appointment. getAdjacentMeetings()Gets a list of meetings that conflict with this appointment in the authenticated user's calendar.ItemCollection<Appointment>MeetingRequest. getAdjacentMeetings()Gets a list of meetings that are adjacent with this appointment in the authenticated user's calendar.ItemCollection<Appointment>Appointment. getConflictingMeetings()Gets a list of meetings that conflict with this appointment in the authenticated user's calendar.ItemCollection<Appointment>MeetingRequest. getConflictingMeetings()Gets a list of meetings that conflict with this appointment in the authenticated user's calendar. -
Uses of Appointment in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return Appointment Modifier and Type Method Description AppointmentCalendarActionResults. getAppointment()Gets the meeting that was accepted, tentatively accepted or declined.
-