Back to Devexpress

OutlookImportSynchronizer Class

corelibraries-devexpress-dot-xtrascheduler-dot-outlook-a82c7b32.md

latest3.0 KB
Original Source

OutlookImportSynchronizer Class

Represents an object implementing an appointment synchronization with an import scenario for MS Outlook.

Namespace : DevExpress.XtraScheduler.Outlook

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[CLSCompliant(false)]
public class OutlookImportSynchronizer :
    AppointmentImportSynchronizer,
    IGetAppointmentForeignId,
    ISupportCalendarFolders
vb
<CLSCompliant(False)>
Public Class OutlookImportSynchronizer
    Inherits AppointmentImportSynchronizer
    Implements IGetAppointmentForeignId,
               ISupportCalendarFolders

Remarks

Use the SchedulerStorageBase.CreateOutlookImportSynchronizer method that returns an object of the AppointmentImportSynchronizer type. In most cases, the AppointmentSynchronizer.Synchronize method, AppointmentSynchronizer.AppointmentSynchronizing and AppointmentSynchronizer.AppointmentSynchronized events are sufficient. So, a reference to the DevExpress.XtraScheduler.v25.2.OutlookExchange.dll assembly is not required.

If required, you can cast the returned AppointmentImportSynchronizer to the OutlookImportSynchronizer type explicitly.

Implements

ISupportCalendarFolders

Inheritance

Object AppointmentExchanger AppointmentSynchronizer AppointmentImportSynchronizer OutlookImportSynchronizer

See Also

OutlookImportSynchronizer Members

CreateOutlookImportSynchronizer()

AppointmentImportSynchronizer

DevExpress.XtraScheduler.Outlook Namespace