Skip to main content

_AppointmentItem Interface

Represents an MS Outlook appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[CLSCompliant(false)]
[Guid("00063033-0000-0000-C000-000000000046")]
[InterfaceType((short)2)]
public interface _AppointmentItem

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