Click or drag to resize
MessageSummary Class
Contains information about a message-summary notification.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
  NameDescription
Public methodSerialize
Creates the message-summary body.
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
See Also