Represents a SIP instant message.
| C# | Visual Basic | Visual C++ |
public sealed class InstantMessage : EventArgs
Public NotInheritable Class InstantMessage Inherits EventArgs
public ref class InstantMessage sealed : public EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | 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.
| |
| Clone()()()() |
Creates a new reference from the instant message instance.
| |
| Content |
Gets the content of the message.
| |
| ContentType |
Gets the type of the content (eg. text/plain, text/html)
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| 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.
| |
| ToMessage(InstantMessage, IExtensionBase) | (Inherited from MessageEx.) |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290