| Message Class |
Namespace: Ozeki.VoIP
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
| Message(IExtensionBase, String, String) |
Initializes a new instance of the Message class.
| |
| Message(IExtensionBase, String, String, String) |
Initializes a new instance of the Message class.
| |
| Message(IExtensionBase, String, String, String, MimeType) |
Initializes a new instance of the Message class.
| |
| Message(IExtensionBase, String, String, String, String) |
Initializes a new instance of the Message class.
| |
| Message(IExtensionBase, String, String, String, String, Int32) |
Initializes a new instance of the Message class.
| |
| Message(IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) |
Initializes a new instance of the Message class.
| |
| Message(String, IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) |
Initializes a new instance of the Message class.
|
| Name | Description | |
|---|---|---|
| AddHeader | ||
| Clone | ||
| CloneAndModify | ||
| DecrementHopCount | ||
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetRecipientID | ||
| GetSenderID | ||
| RemoveHeader |
| 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.
|