Click or drag to resize

Message Class

Represents an instant message.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPMessage

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class Message : EventArgs

The Message type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContent
Content of the message.
Public propertyContentType
Type of the content.
Public propertyHeaders
Additional message headers.
Public propertyHopCount
A time-to-live value is decremented when message is precessed.
Public propertyID
Gets the unique identifier of the message
Public propertyMessageType
The type of the message. Can be used for distinguish different types of message. (eg. email, sms)
Public propertyRecipient
The recepient of the message set by the sender.
Public propertySender
The name of the sender who sent the message.
Public propertySource
The source extension ID who sent the message.
Top
Methods
  NameDescription
Public methodAddHeader
Public methodClone
Public methodCloneAndModify
Public methodDecrementHopCount
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetRecipientID
Public methodGetSenderID
Public methodRemoveHeader
Top
See Also