Click or drag to resize

InstantMessage Class

Represents a SIP instant message.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPInstantMessage

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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
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
Methods
  NameDescription
Public methodClone
Creates a new reference from the instant message instance.
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToMessage (Defined by MessageEx.)
Top
See Also