ExchangeService.FindAppointments Method

Definition

Overloads

FindAppointments(FolderId, CalendarView)

Obtains a list of appointments by searching the contents of a specified folder.

FindAppointments(WellKnownFolderName, CalendarView)

Obtains a list of appointments by searching the contents of a specified folder.

FindAppointments(FolderId, CalendarView)

Obtains a list of appointments by searching the contents of a specified folder.

public:
 Microsoft::Exchange::WebServices::Data::FindItemsResults<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ FindAppointments(Microsoft::Exchange::WebServices::Data::FolderId ^ parentFolderId, Microsoft::Exchange::WebServices::Data::CalendarView ^ calendarView);
public Microsoft.Exchange.WebServices.Data.FindItemsResults<Microsoft.Exchange.WebServices.Data.Appointment> FindAppointments (Microsoft.Exchange.WebServices.Data.FolderId parentFolderId, Microsoft.Exchange.WebServices.Data.CalendarView calendarView);

Parameters

parentFolderId
FolderId

The ID of the calendar folder to be searched for items.

calendarView
CalendarView

The calendar view that controls the number of appointments that are returned.

Returns

A collection of appointments that represents the contents of the specified folder.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to

FindAppointments(WellKnownFolderName, CalendarView)

Obtains a list of appointments by searching the contents of a specified folder.

public:
 Microsoft::Exchange::WebServices::Data::FindItemsResults<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ FindAppointments(Microsoft::Exchange::WebServices::Data::WellKnownFolderName parentFolderName, Microsoft::Exchange::WebServices::Data::CalendarView ^ calendarView);
public Microsoft.Exchange.WebServices.Data.FindItemsResults<Microsoft.Exchange.WebServices.Data.Appointment> FindAppointments (Microsoft.Exchange.WebServices.Data.WellKnownFolderName parentFolderName, Microsoft.Exchange.WebServices.Data.CalendarView calendarView);

Parameters

parentFolderName
WellKnownFolderName

The name of the calendar folder to be searched for items.

calendarView
CalendarView

The calendar view that controls the number of appointments that are returned.

Returns

A collection of appointments that represents the contents of the specified folder.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to