Skip to main content
All docs
V24.2

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.v24.2.Microsoft365Calendar.dll

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