Click or drag to resize

MessageSummary Class

Contains information about a message-summary notification.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPMessageSummary

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

The MessageSummary type exposes the following members.

Constructors
  NameDescription
Public methodMessageSummary
Creates a new instance of the MessageSummary class.
Top
Properties
  NameDescription
Public propertyMessageAccount
Gets the account for the message-summary.
Public propertyMessageSummaryLines
Gets the messages separeted by the message-context-class.
Public propertyMessageWaiting
Gets a boolean value indicating whether there is a new message.
Public propertyOptionalMessageHeaders
Gets the optional headers sent in the message-summary notification.
Top
Methods
  NameDescription
Public methodSerialize
Creates the message-summary body.
Top
See Also