CalendarFolder.FindAppointments(CalendarView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion for recurring appointments. Calling this method results in a call to Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::FindItemsResults<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ FindAppointments(Microsoft::Exchange::WebServices::Data::CalendarView ^ view);
public Microsoft.Exchange.WebServices.Data.FindItemsResults<Microsoft.Exchange.WebServices.Data.Appointment> FindAppointments (Microsoft.Exchange.WebServices.Data.CalendarView view);
Public Function FindAppointments (view As CalendarView) As FindItemsResults(Of Appointment)
Parameters
- view
- CalendarView
The view that controls the range of appointments that are returned.
Returns
An object that represents the results of the search operation.