Message Setup Table (Magic xpa 3.x)
The Message Setup Buffer Table is the interface between the host application and the component that creates a message setup. This table is contained in a BLOB and is converted back to a memory table by the component. The parameters that allow you to use the Message Setup Table are:
| 
 | 
 | 
| 
 Property Name 
 | 
 Alpha (30). The property name. The properties that may be entered here are listed in the MSMQ Properties topic. 
 | 
| 
 Data Type 
 | 
 Alpha (1). The valid values are: 
- 
A: Alpha 
 - 
N: Numeric 
 - 
D: Date – This is really DateTime, which must be in the format of date space time; for example, 31/12/2002 14:39:46 
 - 
L: Logical 
 - 
V: Vector, array of bytes. A Magic xpa vector defined as having a numeric cell of 3 
  
 | 
| 
 Property Data 
 | 
 BLOB. This is where the data will be. 
 |