|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Appointment in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that return types with arguments of type Appointment | |
|---|---|
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. |
| 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 | |
|---|---|
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 | |
|---|---|
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id)
Binds to an existing appointment and loads its first class property. |
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing appointment and loads the specified set of property. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex)
Binds to an existing appointment and loads its first class property. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex,
PropertySet propertySet)
Binds to an existing appointment and loads its first class property. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId)
Binds to the master appointment of a recurring series and loads its first class property. |
static Appointment |
Appointment.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 | |
|---|---|
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. |
| Uses of Appointment in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that return Appointment | |
|---|---|
Appointment |
CalendarActionResults.getAppointment()
Gets the meeting that was accepted, tentatively accepted or declined. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||