Back to Devexpress

OutlookExportSynchronizer Class

corelibraries-devexpress-dot-xtrascheduler-dot-outlook-65f096f3.md

latest3.1 KB
Original Source

OutlookExportSynchronizer Class

Represents an object implementing an appointment synchronization with export 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 OutlookExportSynchronizer :
    AppointmentExportSynchronizer,
    IGetAppointmentForeignId,
    ISupportCalendarFolders,
    IOutlookItemExchanger
vb
<CLSCompliant(False)>
Public Class OutlookExportSynchronizer
    Inherits AppointmentExportSynchronizer
    Implements IGetAppointmentForeignId,
               ISupportCalendarFolders,
               IOutlookItemExchanger

Remarks

Use the SchedulerStorageBase.CreateOutlookExportSynchronizer method that returns an object of the AppointmentExportSynchronizer 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 AppointmentExportSynchronizer to the OutlookExportSynchronizer type explicitly.

Implements

ISupportCalendarFolders

Inheritance

Object AppointmentExchanger AppointmentSynchronizer AppointmentExportSynchronizer OutlookExportSynchronizer

See Also

OutlookExportSynchronizer Members

CreateOutlookExportSynchronizer()

AppointmentExportSynchronizer

DevExpress.XtraScheduler.Outlook Namespace