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

_AppointmentItem.EntryID Property

Gets the unique Entry ID of the appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

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 snippets (auto-collected from DevExpress Examples) contain references 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