Skip to main content

cxSchedulerOutlookExchange Unit

Methods

Name Description
cxSchedulerExportToOutlook(TcxCustomSchedulerStorage,TcxAcceptEventExportFunc,TcxEventToAppointmentItemProc,TcxSchedulerExchangeProgressProc) Exports the scheduler’s user events to Microsoft Outlook®.
cxSchedulerImportFromOutlook(TcxCustomSchedulerStorage,TcxAcceptAppointmentItemImportFunc,TcxAppointmentItemToEventProc,TcxSchedulerExchangeProgressProc) Imports Microsoft Outlook® items into the scheduler.
cxSchedulerSynchronizeOutlookWithStorage(TcxCustomSchedulerStorage,TcxCustomSchedulerStorageField,Boolean,TcxAcceptEventExportFunc,TcxEventToAppointmentItemProc,TcxSchedulerExchangeProgressProc) Updates Microsoft Outlook® with the scheduler’s stored data.
cxSchedulerSynchronizeStorageWithOutlook(TcxCustomSchedulerStorage,TcxCustomSchedulerStorageField,Boolean,TcxAcceptAppointmentItemImportFunc,TcxAppointmentItemToEventProc,TcxSchedulerExchangeProgressProc) Updates the scheduler’s stored data with the items of Microsoft Outlook®.

Types

Name Description
TcxAcceptAppointmentItemImportFunc Provides a callback reference to a function that verifies whether the Microsoft Outlook® item can be imported before it is actually imported.
TcxAcceptEventExportFunc Provides a callback reference to a function that verifies whether the scheduler’s user event can be exported to Microsoft Outlook® before it is actually exported.
TcxAppointmentItemToEventProc Provides a callback reference to a procedure that performs conversion operations on the imported user events when they are about to be serialized to the scheduler’s storage.
TcxEventToAppointmentItemProc Provides a callback reference to a procedure that performs conversion operations on AppointmentItem items when they are going to be imported into Microsoft Outlook®.
TcxSchedulerExchangeProgressProc Provides a callback reference to a procedure that implements progress indication.