Skip to main content

_AppointmentItem.EntryID Property

Gets the unique Entry ID of the appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

string EntryID { get; }

Property Value

Type Description
String

A string representing the unique identifier.

Remarks

A MAPI store provider assigns a unique ID string when an item is created in its store. The Entry ID changes when an item is moved into another store, for example, from Outlook to a Microsoft Exchange Server public folder.

The XtraScheduler uses the EntryID value for appointment synchronization.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EntryID property.

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