Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public void SetCalendarProvider(
    IOutlookCalendarProvider provider
)

Parameters

Name Type Description
provider IOutlookCalendarProvider

An object implementing the IOutlookCalendarProvider interface.

See Also