Back to Devexpress

ISchedulerStorageBase.ExportToOutlook() Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-6b56fea5.md

latest1.8 KB
Original Source

ISchedulerStorageBase.ExportToOutlook() Method

Exports the data in the storage to the MS Outlook calendar.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void ExportToOutlook()
vb
Sub ExportToOutlook

Remarks

Use the SchedulerStorageBase.CreateOutlookExporter method if you need to control how appointments are posted to the MS Outlook’s Calendar. Call this method to create an AppointmentExporter object and subscribe to its events to control export operations.

See Also

ImportFromOutlook()

ExportToVCalendar

SynchronizeOutlookWithStorage(String)

SynchronizeStorageWithOutlook(String)

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace