Skip to main content
All docs
V23.2

DXOutlook365Sync Constructors

A component that allows you to synchronize user appointments in WinForms Scheduler/WPF Scheduler with Outlook 365 Calendars (bi-directionally).
Name Parameters Description
DXOutlook365Sync() none Initializes a new instance of the DXOutlook365Sync class.
DXOutlook365Sync(ISchedulerStorageBase, IOutlookEngine) storage, engine Initializes a new instance of the DXOutlook365Sync class with the specified storage and access token.
DXOutlook365Sync(ISchedulerStorageBase) storage Initializes a new instance of the DXOutlook365Sync class with the specified Scheduler Storage component.
DXOutlook365Sync(IContainer) container Initializes a new instance of the DXOutlook365Sync class with the specified container.
See Also