Back to Devexpress

DXOutlook365Sync(ISchedulerStorageBase, IOutlookEngine) Constructor

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-dot-dxoutlook365sync-dot-ctor-x28-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-devexpress-dot-xtrascheduler-dot-microsoft365calendar-dot-ioutlookengine-x29.md

latest2.6 KB
Original Source

DXOutlook365Sync(ISchedulerStorageBase, IOutlookEngine) Constructor

Initializes a new instance of the DXOutlook365Sync class with the specified storage and access token.

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

Assembly : DevExpress.XtraScheduler.v25.2.Microsoft365Calendar.dll

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

Declaration

csharp
public DXOutlook365Sync(
    ISchedulerStorageBase storage,
    IOutlookEngine engine
)
vb
Public Sub New(
    storage As ISchedulerStorageBase,
    engine As IOutlookEngine
)

Parameters

NameTypeDescription
storageISchedulerStorageBase

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

|

Optional Parameters

NameTypeDefaultDescription
engineIOutlookEnginenull

An object that implements the IOutlookEngine interface (with the specified access token).

|

Remarks

Read the following MSDN topic for more information: Choose a Microsoft Graph authentication provider based on scenario.

See Also

DXOutlook365Sync Class

DXOutlook365Sync Members

DevExpress.XtraScheduler.Microsoft365Calendar Namespace