SetURL (NotesOutlineEntry - LotusScript®)
Specifies a URL as the resource link for an outline entry.
Note: This method is treated as a Sub in COM.
Defined in
Syntax
flag = notesOutlineEntry .SetURL( url$ )
Parameters
url$
String. A URL.
Return value
- True indicates that the URL is set successfully.
- False indicates that the URL is not set successfully.
Usage
This method sets the outline entry Type property to OUTLINE_TYPE_URL.