Type (NotesOutlineEntry - LotusScript®)

Read-only. Type of outline entry.

Defined in

NotesOutlineEntry

Data type

Constant of type Long

Syntax

To get: entrytype& = notesOutlineEntry .Type

Legal values

  • OUTLINE_OTHER_FOLDERS_TYPE (1589)
  • OUTLINE_OTHER_UNKNOWN_TYPE (1591)
  • OUTLINE_OTHER_VIEWS_TYPE (1588)
  • OUTLINE_TYPE_ACTION (2188)
  • OUTLINE_TYPE_NAMEDELEMENT (2187)
  • OUTLINE_TYPE_NOTELINK (2186)
  • OUTLINE_TYPE_URL (2185)

Example