_AppointmentItem Interface
Represents an MS Outlook appointment.
Namespace: DevExpress.XtraScheduler.Outlook.Interop
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
[CLSCompliant(false)]
[Guid("00063033-0000-0000-C000-000000000046")]
[InterfaceType((short)2)]
public interface _AppointmentItem
Related API Members
The following members return _AppointmentItem objects:
Remarks
Subscribe to export/import events of the OutlookExport and OutlookImport and use the OutlookAppointment property of the corresponding event arguments to access the _AppointmentItem
instance.
See Also