Skip to main content
A newer version of this page is available. .

OutlookImport(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public OutlookImport(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

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

See Also