Skip to main content
All docs
V24.2

OutlookEngine(String, String) Constructor

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

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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