Back to Devexpress

ISchedulerStorageBase.SynchronizeOutlookWithStorage(String) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-synchronizeoutlookwithstorage-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

ISchedulerStorageBase.SynchronizeOutlookWithStorage(String) Method

Updates MS Outlook’s Calendar entries with appointments from the Scheduler storage.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void SynchronizeOutlookWithStorage(
    string outlookEntryIdFieldName
)
vb
Sub SynchronizeOutlookWithStorage(
    outlookEntryIdFieldName As String
)

Parameters

NameTypeDescription
outlookEntryIdFieldNameString

A String that is the name of the data field which contains the Outlook Entry ID value.

|

Remarks

The SynchronizeOutlookWithStorage method synchronizes the contents of MS Outlook’s Calendar with data from the storage. After synchronization, MS Outlook’s Calendar will contain a copy of the storage’s appointments. If a specific appointment in the Calendar does not match an appointment in the storage, it will be deleted.

See Also

SynchronizeOutlookWithStorage(String)

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace