Search code examples
lotusscriptauthor

How to get author of a Notes document using lotus script?


I need to know the user who created the given notes document as well as the user who has last edited it. This is required through Lotus Script.


Solution

  • Use NotesDocument's property Authors.

    The first entry of return value is document's creator. The following entries are the users who updated the document. The last entry contains the user who last edited it.