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.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
Parameters
Name | Type | Description |
---|---|---|
storage | ISchedulerStorageBase | An object that implements the ISchedulerStorage interface. This value is assigned to the Storage property. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
engine | IOutlookEngine | null | An object that implements the IOutlookEngine interface (with the specified access token). This value is assigned to the OutlookEngine property. |
Remarks
Read the following MSDN topic for more information: Choose a Microsoft Graph authentication provider based on scenario.
See Also