02/06/84 send_message_ Entry points in send_message_: (List is generated by the help command) :Entry: send_message_: 02/06/84 send_message_ Function: sends an interactive message to be received by the message facility. If the recipient is not currently accepting messages, the message is added to that user's mailbox. Syntax: declare send_message_ entry (char(*), char(*), char(*), fixed bin(35)); call send_message_ (person, project, message, code); Arguments: person is the registered Person_id of the recipient. (Input) project is a Project_id on which the recipient is registered. (Input) message is the text of the message to be sent. (Input) code is a standard status code. (Output) It can be one of the following: error_table_$messages_deferred recipient is deferring messages. The message is added to his mailbox, but the recipient will not receive it immediately. error_table_$messages_off recipient is not logged in or not accepting messages. The message is added to his mailbox, but the recipient will not receive it immediately. error_table_$noentry no mailbox for the specified recipient. error_table_$no_append insufficient access to add a message to the recipient's mailbox. error_table_$wakeup_denied insufficient access to send the message interactively; the message is added to the recipient's mailbox. error_table_$no_info access class restrictions prevent the sender from finding out whether the message was sent. Notes: The pathname of the mailbox sent to is >udd>Project_id>Person_id>Person_id.mbx. :Entry: acknowledge: 02/06/84 send_message_$acknowledge Function: This entry point sends a message to be acknowledged when read by the recipient. Syntax: declare send_message_$acknowledge entry (char(*), char(*), char(*), fixed bin(35)); call send_message_$acknowledge (person, project, message, code); Arguments: person is the registered Person_id of the recipient. (Input) project is a Project_id on which the recipient is registered. (Input) message is the text of the message to be sent. (Input) code is a standard status code. (Output) Notes: The acknowledgement is an interactive message of the form "Acknowledged" if the message is printed immediately by the recipient, or "Acknowledge message of