Represents an instant message.
Inheritance HierarchySystemObject
SystemEventArgs
Ozeki.VoIPMessage
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic class Message : EventArgs
Public Class Message
Inherits EventArgs
public ref class Message : public EventArgs
type Message =
class
inherit EventArgs
end
The Message type exposes the following members.
Constructors | 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.
|
Top
Properties | 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.
|
Top
Methods
See Also