CalendarFolder.FindAppointments(CalendarView) Method

Definition

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

FindItemsResults<Appointment>

An object that represents the results of the search operation.

Applies to