Message Properties |
The Message type exposes the following members.
Name | Description | |
---|---|---|
Content |
Content of the message.
| |
ContentType |
Type of the content.
| |
Headers |
Additional message headers.
| |
HopCount |
A time-to-live value is decremented when message is precessed.
| |
ID |
Gets the unique identifier of the message
| |
MessageType |
The type of the message. Can be used for distinguish different types of message. (eg. email, sms)
| |
Recipient |
The recepient of the message set by the sender.
| |
Sender |
The name of the sender who sent the message.
| |
Source |
The source extension ID who sent the message.
|