Filter Appointments from Exchange Server

Aspose.Email for C++ enables developers to filter calendar appointments on Microsoft Exchange using the IEWSClient and ExchangeQueryBuilder APIs. You can filter appointments by date range, recurrence state, or other appointment properties to retrieve only the events you need.

Filter Appointments by Date Range

Use ExchangeQueryBuilder to specify start and end time conditions and generate a MailQuery for retrieving matching appointments.

Filter Recurring or Non-Recurring Appointments

You can filter appointments based on whether they are recurring events.