NotesHTMLReference (LotusScript)

The NotesHTMLReference class is used to represent data contained within an HTML reference. Within an HTML string, there can be embedded references to links, attachments, or webserver commands. After the convertToHTML (NotesRichTextItem class) method is called, the getHTMLReferences (NotesRichTextItem class) method can be called. This call returns a Vector (Java™, JavaScript) or array (LS) of NotesHTMLReference objects. Each reference object has a Type property, which may be queried to determine how to interpret the data contained within the reference.

Methods

ExtractFile

Language cross-reference

Java HTMLReference class

JavaScript NotesHTMLReference class