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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
provider | IOutlookCalendarProvider | An object implementing the IOutlookCalendarProvider interface. |
See Also