Skip to main content
All docs
V25.2
  • OutlookEngine(String, String) Constructor

    Initializes a new instance of the OutlookEngine class with specified settings.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

    Declaration

    public OutlookEngine(
        string tenantId,
        string clientId
    )

    Parameters

    Name Type Description
    tenantId String

    A tenant (directory) ID.

    clientId String

    A client (application) ID.

    Remarks

    Refer to the following help topic for more information on how to obtain tenant and client IDs: Register an application with the Microsoft identity platform.

    See Also