Uses of Class
microsoft.exchange.webservices.data.search.CalendarView
-
Packages that use CalendarView Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.service.folder -
-
Uses of CalendarView in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type CalendarView 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 CalendarView in microsoft.exchange.webservices.data.core.service.folder
Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type CalendarView 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.
-