Click or drag to resize

MessageSummaryLine Class

Contains data of a message-summary line sent or received in a message-summary notification.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPMessageSummaryLine

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

The MessageSummaryLine type exposes the following members.

Constructors
 NameDescription
Public methodMessageSummaryLine(MessageContextClass, Int32, Int32) Creates a new instance of the MessageSummaryLine class.
Public methodMessageSummaryLine(MessageContextClass, Int32, Int32, Int32, Int32) Creates a new instance of the MessageSummaryLine class.
Top
Properties
 NameDescription
Public propertyMessageContextClass Gets the message-context-class of the line. (eg. voice-message)
Public propertyNewMessages Gets the total number of new messages.
Public propertyOldMessages Gets the total number of old messages.
Public propertyUrgentNewMessages Gets the number of urgent new messages.
Public propertyUrgentOldMessages Gets the number of urgent old messages.
Top
See Also