Click or drag to resize

InstantMessage Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPInstantMessage

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

The InstantMessage type exposes the following members.

Constructors
 NameDescription
Public methodInstantMessage(String, String)Initializes a new instance of the InstantMessage class
Public methodInstantMessage(String, String, String)Initializes a new instance of the InstantMessage class
Public methodInstantMessage(String, String, String, String)Initializes a new instance of the InstantMessage class
Public methodInstantMessage(String, String, String, String, String)Initializes a new instance of the InstantMessage class
Top
Properties
 NameDescription
Public propertyContent 
Public propertyContentType 
Public propertyID 
Public propertyRecipient 
Public propertySender 
Top
Methods
 NameDescription
Public methodClone 
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
Extension Methods
 NameDescription
Public Extension MethodToMessage
(Defined by MessageEx)
Top
See Also