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.v18.1.Core.dll

Declaration

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the _AppointmentItem interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also