Skip to main content

OutlookExportSynchronizer(ISchedulerStorageBase) Constructor

In This Article

Initializes a new instance of the OutlookExportSynchronizer class with the specified Scheduler storage.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public OutlookExportSynchronizer(
    ISchedulerStorageBase storage
)

#Parameters

Name Type Description
storage ISchedulerStorageBase

A ISchedulerStorageBase object that is a storage to which Outlook objects are imported.

See Also