|
|
|
|
|
NotesDocumentIdentifier (Function) In french: NotesDocumentIdentifiant Returns the identifier of the current document in the Lotus Notes database browsed.
SessionID is int
SessionID = EmailStartNotesSession("Password", "MarsServer", ...
"mail\julia.nsf", "C:\Users\Julia\AppData\Local\Lotus\Notes\Data\user.id")
...
NotesDocumentFirst(SessionID)
WHILE NotesOut(SessionID) = False
TableAddLine(TABLE_DocumentsFound, NotesItem(SessionID, "Name"), ...
NotesDocumentIdentifier(SessionID))
NotesDocumentNext(SessionID)
END
Syntax
<Result> = NotesDocumentIdentifier(<Session identifier>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|