Skip to main content
A newer version of this page is available. .

_AppointmentItem Interface

Represents an MS Outlook appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

[Guid("00063033-0000-0000-C000-000000000046")]
[CLSCompliant(false)]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
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