LOTUSSCRIPT/COM/OLE CLASSES
Returns the value of the specified component view preference.
Note This property is new with Release 8.0.1.
Defined in
NotesUIWorkspace
Syntax
Set preferenceValue = notesUIWorkspace.GetComponentViewPreference(PreferenceID)
Return value
preferenceValue
This method is only valid in the Notes client.
If the PreferenceID cannot be found, an error is returned. The Error string is "Specified view preference is unavailable".
The following are some common component view preference IDs.
@GetComponentViewPreference function in formula language
Example