Back to Devexpress

TcxEventToAppointmentItemProc Type

vcl-cxscheduleroutlookexchange-ea27cc6d.md

latest1.3 KB
Original Source

TcxEventToAppointmentItemProc Type

Provides a callback reference to a procedure that performs conversion operations on AppointmentItem items when they are going to be imported into Microsoft Outlook®.

Declaration

delphi
TcxEventToAppointmentItemProc = procedure(AEvent: TcxSchedulerEvent; const AppointmentItem: OleVariant);

Parameters

NameType
AEventTcxSchedulerEvent
AppointmentItemOleVariant

Remarks

Use the TcxEventToAppointmentItemProc reference to implement a procedure that can for instance be used to perform conversion operations on the AppointmentItem items (if needed) before they are imported into Microsoft Outlook®.

The AEvent parameter specifies the scheduler’s user event.

The AppointmentItem parameter specifies the Microsoft Outlook’s® item, which mirrors the AEvent.

See Also

TcxAcceptEventExportFunc

cxSchedulerOutlookExchange.cxSchedulerExportToOutlook

cxSchedulerOutlookExchange Unit