OutlookExportSynchronizer.SetCalendarProvider(IOutlookCalendarProvider) Method
Specifies a custom provider to process a collection of Outlook objects, before they are exported to an MS Outlook calendar folder.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| provider | IOutlookCalendarProvider | An object implementing the IOutlookCalendarProvider interface. |
See Also