The MessageType property sets or returns the type of message defined by the DTSMQMessage object.
object.MessageType [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a DTSMQMessage object |
| value | Code that defines the message type |
Long
Read/write
HRESULT MessageType(long* pVal);
HRESULT MessageType(long pVal);
The valid values for this property are defined by the DTSMQMessageType constants.