InstantMessage Class |
Namespace: Ozeki.VoIP
The InstantMessage type exposes the following members.
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.
|
Name | Description | |
---|---|---|
Clone |
Creates a new reference from the instant message instance.
| |
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) |
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.
|