Location Document ID retrieval

Does anyone know how to get the ID from a particular location document (found in the local Address Book) - for example, in the local Address Book, if you click on Advanced, you get Locations.

If you inspect the properties of each of hte location documents, you will find ID data on the ID tab - that is what I am trying to retrieve. The last Hex number listed on this tab corresponds to the location ID found in the Notes.ini file next to Location=,LocationID,

I am trying to extract this using the C API’s from the local address book, to find all of the available location document ID’s.

Thanks in advance

Subject: That is the NoteID of the document

NoteID propertyRead-only. The NoteID of a document, which is an 8-character combination of letters and numbers that uniquely identifies a document within a particular database.

Defined in

NotesDocument

Data type

String

Syntax

To get: noteid$ = notesDocument.NoteID

Usage

A typical Note ID looks like this: 000020FA. A NoteID represents the location of a document within a specific database file, so documents which are replicas of one another generally have different NoteIDs. A NoteID does not change, unless the document is deleted.