Click or drag to resize
InstantMessage Class
Represents a SIP instant message.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public sealed class InstantMessage : EventArgs

The InstantMessage type exposes the following members.

Constructors
  NameDescription
Public methodInstantMessage(String, String)
Creates a new instance of the InstantMessage class.
Public methodInstantMessage(String, String, String)
Creates a new instance of the InstantMessage class.
Public methodInstantMessage(String, String, String, String)
Creates a new instance of the InstantMessage class.
Public methodInstantMessage(String, String, String, String, String)
Creates a new instance of the InstantMessage class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToMessage (Defined by MessageEx.)
Top
Properties
  NameDescription
Public propertyContent
Gets the content of the message.
Public propertyContentType
Gets the type of the content (eg. text/plain, text/html)
Public propertyID
Gets the unique identifier of the message.
Public propertyRecipient
Gets the recepient of the message set by the sender.
Public propertySender
Gets the name of the sender who sent the message.
Top
See Also