Skip to main content
All docs
V25.1
  • InitCompleteEventArgs.InitStatus Property

    Gets a value that indicates whether DXOutlook365Sync initialization succeeded or failed.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

    Declaration

    public InitStatus InitStatus { get; }

    Property Value

    Type Description
    InitStatus

    A value that indicates whether the initialization succeeded or failed.

    Available values:

    Name Description
    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 code snippet (auto-collected from DevExpress Examples) contains a reference to the InitStatus property.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also