Categorize (NotesUIDocument - LotusScript®)

Given the name of a category, places a document in the category.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument .Categorize( [ categoryName$ ] )

Parameters

categoryName$

String. Optional. The name of the category. Omit this parameter if you want to prompt the user for a category using the Categorize dialog box.

Errors

If the document has not been saved, you get an error: "Cannot categorize unsaved document."

Example