Skip to main content
All docs
V25.1
  • DXOutlook365Sync.OutlookEngine Property

    Gets or sets an object that implements the code required to acquire a token using the Microsoft Authentication Library (MSAL).

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    [Browsable(false)]
    public IOutlookEngine OutlookEngine { get; set; }

    Property Value

    Type Description
    IOutlookEngine

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

    Remarks

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

    See Also