SetNamedElement (NotesOutlineEntry - LotusScript®)
Specifies a named element for an outline entry.
Note: This method is treated as a Sub in COM.
Defined in
Syntax
flag = notesOutlineEntry .SetNamedElement( notesDatabase, elementName$, entryclass& )
Parameters
notesDatabase
The database containing the named element.
elementName$
String. The name of a database element.
entryclass&
Long. The entry class for the named element.
Return value
- True indicates that the named element is set successfully.
- False indicates that the named element is not set successfully.
Usage
This method sets the outline entry Type property to OUTLINE_TYPE_NAMEDELEMENT and the EntryClass property depending on the named element. See the EntryClass property.