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.4.13.0
Syntax
public class Message : EventArgs

The Message type exposes the following members.

Constructors
 NameDescription
Public methodMessage(IExtensionBase, String, String) Initializes a new instance of the Message class.
Public methodMessage(IExtensionBase, String, String, String) Initializes a new instance of the Message class.
Public methodMessage(IExtensionBase, String, String, String, MimeType) Initializes a new instance of the Message class.
Public methodMessage(IExtensionBase, String, String, String, String) Initializes a new instance of the Message class.
Public methodMessage(IExtensionBase, String, String, String, String, Int32) Initializes a new instance of the Message class.
Public methodMessage(IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) Initializes a new instance of the Message class.
Public methodMessage(String, IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) Initializes a new instance of the Message class.
Top
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
See Also