
A BOR object type that represents a document with recipient list, that is, the recipients for the next send process. The MESSAGE object represents the actual interface of the Business Communication Interface.
Gradually, the document to be sent can be created, the recipient list can be maintained, and so on. At the end, the finished document is sent to the recipients via the Submit method.
All changes to a specific instance of a Message object are at first buffered in the main memory only, in order to improve performance. The changes are copied to the database, or a newly created instance becomes persistent, only once the Save method has been called.
Attributes of the Message Object
|
Attribute |
Description |
|
Description |
Title of the document |
|
Recipients |
Recipient list as a table of Recipient objects, meaning that it is to these Recipient objects that documents are sent in the next send process (with the MESSAGE.Submit method). |
|
Asynchronous |
Flag indicating that sending is to be asynchronous. |
|
OutboxFlag |
Flag indicating that a link to the document sent is to be stored in the outbox. |
|
LinkFolderType, LinkFolderYear, LinkFolderNumber |
ID of the folder in which (possibly in addition to the outbox) a link to the document sent is to be stored. |
|
NextSender |
Sender for the next send process of this document |
Message Object Methods