ExchangeService.FindAppointments 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.
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).