Lotus Notes functions
Lotus Notes
&warn.experimental;
notes_create_db
Create a Lotus Notes database
Description
boolnotes_create_db
stringdatabase_name
&warn.experimental.func;
&warn.undocumented.func;
notes_drop_db
Drop a Lotus Notes database
Description
boolnotes_drop_db
stringdatabase_name
&warn.experimental.func;
&warn.undocumented.func;
notes_version
Get the version Lotus Notes
Description
stringnotes_version
stringdatabase_name
&warn.experimental.func;
&warn.undocumented.func;
notes_create_note
Create a note using form form_name
Description
stringnotes_create_note
stringdatabase_name
stringform_name
&warn.experimental.func;
&warn.undocumented.func;
notes_mark_read
Mark a note_id as read for the User user_name
Description
stringnotes_mark_read
stringdatabase_name
stringuser_name
stringnote_id
&warn.experimental.func;
&warn.undocumented.func;
notes_mark_unread
Mark a note_id as unread for the User user_name
Description
stringnotes_mark_unread
stringdatabase_name
stringuser_name
stringnote_id
&warn.experimental.func;
&warn.undocumented.func;
notes_unread
Returns the unread note id's for the current User user_name
Description
stringnotes_unread
stringdatabase_name
stringuser_name
&warn.experimental.func;
&warn.undocumented.func;
notes_body
Open the message msg_number in the specified mailbox on the specified server (leave serv
Description
arraynotes_body
stringserver
stringmailbox
intmsg_number
&warn.experimental.func;
&warn.undocumented.func;
notes_find_note
Returns a note id found in database_name. Specify the name of the note. Leaving type bla
Description
boolnotes_find_note
stringdatabase_name
stringname
stringtype
&warn.experimental.func;
&warn.undocumented.func;
notes_nav_create
Create a navigator name, in database_name
Description
boolnotes_nav_create
stringdatabase_name
stringname
&warn.experimental.func;
&warn.undocumented.func;
notes_search
Find notes that match keywords in database_name
Description
stringnotes_search
stringdatabase_name
stringkeywords
&warn.experimental.func;
&warn.undocumented.func;
notes_copy_db
title]) Create a note using form form_name
Description
stringnotes_copy_db
stringfrom_database_name
stringto_database_name
&warn.experimental.func;
&warn.undocumented.func;
notes_list_msgs
Returns the notes from a selected database_name
Description
boolnotes_list_msgs
stringdb
&warn.experimental.func;
&warn.undocumented.func;