Accessing session properties
The following table lists the NotesSession properties.
| Property |
Data type |
Description |
|---|---|---|
| NotesDatabase array |
(Read-only) Accessible Public and Personal Address books, both local and remote |
|
| String |
(Read-only) Common name of the current server or user |
|
| Boolean |
(Read-write) True if items of type MIME_PART are converted to rich text upon instantiation |
|
| NotesAgent |
(Read-only) Agent in which the program is running |
|
| NotesDatabase |
(Read-only) Database in which the program is running |
|
| DocumentContext |
(Read-only) In-memory document created by an external program through the Notes® API |
|
| String |
(Read-only) User ID of the creator of the current script |
|
| String |
(Read-only) The HTTP URL of a session. |
|
| (Read-only) The international (regional) settings for your operating environment |
||
| Boolean |
(Read-only) True if the program is running on a server |
|
| Integer |
(Read-only) Status the last time the script ran, if an agent |
|
| Date/Time |
(Read-only) Date and time the script last ran, if an agent |
|
| String |
(Read-only) Build version of Domino Designer |
|
| String |
(Read-only) The Notes URL of a session. For COM only. |
|
| String |
(Read-only) Version of Domino Designer |
|
| String |
(Read-only) Default directory of the current user in a hosted organization |
|
| String |
(Read-only) Operating system platform |
|
| NotesDocument |
(Read-only) Document that stores data between agent invocations, if an agent |
|
| String |
(Read-only) The full name of the server. For COM only. |
|
| NotesDatabase |
(Read-only) Database object representing the default Web Navigator database. |
|
| Array of NotesName |
(Read-only) Returns the groups to which the current user belongs |
|
| String |
(Read-only) User ID (hierarchical name) of the current server or user |
|
| Array of NotesName |
(Read-only) Returns all the user names on a session, including primary and alternate names |
|
| NotesName |
(Read-only) The name of the user or server that created the session. For COM only. |