Represents a SIP instant message.
Inheritance Hierarchy Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic sealed class InstantMessage : EventArgs
Public NotInheritable Class InstantMessage
Inherits EventArgs
public ref class InstantMessage sealed : public EventArgs
[<SealedAttribute>]
type InstantMessage =
class
inherit EventArgs
endThe InstantMessage type exposes the following members.
Constructors| | Name | Description |
|---|
 | InstantMessage(String, String) |
Creates a new instance of the InstantMessage class.
|
 | InstantMessage(String, String, String) |
Creates a new instance of the InstantMessage class.
|
 | InstantMessage(String, String, String, String) |
Creates a new instance of the InstantMessage class.
|
 | InstantMessage(String, String, String, String, String) |
Creates a new instance of the InstantMessage class.
|
Top
Properties| | Name | Description |
|---|
 | Content |
Gets the content of the message.
|
 | ContentType |
Gets the type of the content (eg. text/plain, text/html)
|
 | ID |
Gets the unique identifier of the message.
|
 | Recipient |
Gets the recepient of the message set by the sender.
|
 | Sender |
Gets the name of the sender who sent the message.
|
Top
Methods
Extension Methods
See Also