Back to Devexpress

ISchedulerStorageBase.ImportFromOutlook() Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-128f9cba.md

latest1.8 KB
Original Source

ISchedulerStorageBase.ImportFromOutlook() Method

Imports data from MS Outlook’s Calendar to the scheduler’s storage.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void ImportFromOutlook()
vb
Sub ImportFromOutlook

Remarks

Use the CreateOutlookImporter method to control how appointments are retrieved from MS Outlook’s Calendar. Call this method to create an AppointmentImporter object and subscribe to its events to control import operations.

See Also

ExportToOutlook()

ImportFromVCalendar

SynchronizeOutlookWithStorage(String)

SynchronizeStorageWithOutlook(String)

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace