|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Appointment in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return Appointment | |
|---|---|
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id)
Binds to an existing appointment and loads its first class properties. |
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing appointment and loads the specified set of properties. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex)
Binds to an existing appointment and loads its first class properties. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex,
PropertySet propertySet)
Binds to an existing appointment and loads its first class properties. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId)
Binds to the master appointment of a recurring series and loads its first class properties. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId,
PropertySet propertySet)
Binds to the master appointment of a recurring series and loads its first class properties. |
Appointment |
CalendarActionResults.getAppointment()
Gets the meeting that was accepted, tentatively accepted or declined. |
| Methods in microsoft.exchange.webservices.data that return types with arguments of type Appointment | |
|---|---|
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. |
FindItemsResults<Appointment> |
ExchangeService.findAppointments(FolderId parentFolderId,
CalendarView calendarView)
* Obtains a list of appointments by searching the contents of a specific folder. |
FindItemsResults<Appointment> |
ExchangeService.findAppointments(WellKnownFolderName parentFolderName,
CalendarView calendarView)
* Obtains a list of appointments by searching the contents of a specific folder. |
ItemCollection<Appointment> |
MeetingRequest.getAdjacentMeetings()
Gets a list of meetings that are adjacent with this appointment in the authenticated user's calendar. |
ItemCollection<Appointment> |
Appointment.getAdjacentMeetings()
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. |
ItemCollection<Appointment> |
Appointment.getConflictingMeetings()
Gets a list of meetings that conflict with this appointment in the authenticated user's calendar. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||