Skip to main content

OutlookExport(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public OutlookExport(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

A ISchedulerStorageBase object that is a storage containing appointments for export.

See Also