Represents a SIP instant message.
Inheritance HierarchySystemObject
SystemEventArgs
Ozeki.VoIPInstantMessage
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
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| | Name | Description |
|---|
 | Clone |
Creates a new reference from the instant message instance.
|
 | Equals | (Overrides ObjectEquals(Object)) |
 | GetHashCode | (Overrides ObjectGetHashCode) |
Top
Extension Methods
See Also