SetReport
SetReport(UserName AS String, Report AS String[, UserFirstName AS String]) AS Integer
Records the user report <Report> issued from the user defined by the name <UserName> and optional first name <UserFirstName>.
If the string includes a carriage return (CR), the string before the carriage return designates the report title (subject), limited to 20 characters max. If there is no title or if the title is empty, the report is recorded without title.
Returns an error code (0 if no error).