Back to Devexpress

InitStatus Enum

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-6f81dcfb.md

latest1.4 KB
Original Source

InitStatus Enum

Enumerates values that indicate the result of DXOutlook365Sync initialization.

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

csharp
public enum InitStatus
vb
Public Enum InitStatus

Members

NameDescription
Success

A DXOutlook365Sync component was initialized without errors.

| | InitializedBefore |

A DXOutlook365Sync component has already been initialized.

| | Error |

A DXOutlook365Sync component was not initialized. The initialization failed.

|

The following properties accept/return InitStatus values:

See Also

DevExpress.XtraScheduler.Microsoft365Calendar Namespace