Back to Devexpress

SchedulerDataStorage.ImportFromOutlook() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-8e508246.md

latest1.9 KB
Original Source

SchedulerDataStorage.ImportFromOutlook() Method

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public void ImportFromOutlook()
vb
Public 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.

When importing data from the storage to MS Outlook, make sure that the DevExpress.XtraScheduler.vX.Y.OutlookExchange.dll assembly is included in the References list of your project.

See Also

ExportToOutlook()

ImportFromVCalendar

SynchronizeOutlookWithStorage(String)

SynchronizeStorageWithOutlook(String)

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace