Skip to main content
All docs
V24.1

DXOutlook365Sync(ISchedulerStorageBase) Constructor

Initializes a new instance of the DXOutlook365Sync class with the specified Scheduler Storage component.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

public DXOutlook365Sync(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

An object that implements the ISchedulerStorage interface. This value is assigned to the Storage property.

See Also