IOutlookCalendarProvider Members
Defines methods for retrieving calendar items from an MS Outlook application.Methods
| Name | Description |
|---|---|
| GetCalendarItems(_Application, String) | Override this method to retrieve calendar items by the specified path from the specified application. |
| GetOutlookApplication() | Override this method to get a MS Outlook instance (or an application that can be used instead - it should implement the DevExpress.XtraScheduler.Outlook.Interop._Application interface). |
| PrepareItemsForExchange(_Items) | Override this method to create a list of items representing appointments in export/import processes. |
See Also