Skip to main content
All docs
V25.1
  • 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.1.Microsoft365Calendar.dll

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

    Declaration

    public DXOutlook365Sync(
        ISchedulerStorageBase storage,
        IOutlookEngine engine
    )

    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).

    Remarks

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

    See Also