Click or drag to resize
Message Class
Represents an instant message.
Inheritance Hierarchy

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

The Message type exposes the following members.

Constructors
Methods
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
See Also