Ozeki VoIP SDK Class library
MessageSummaryLine Class
NamespacesOzeki.VoIP.SIPMessageSummaryLine
Contains data of a message-summary line sent or received in a message-summary notification.
Declaration Syntax
C#Visual BasicVisual C++
public sealed class MessageSummaryLine : EventArgs
Public NotInheritable Class MessageSummaryLine
	Inherits EventArgs
public ref class MessageSummaryLine sealed : public EventArgs
Members
All MembersConstructorsProperties



IconMemberDescription
MessageSummaryLine(MessageContextClass, Int32, Int32, Int32, Int32)
Creates a new instance of the MessageSummaryLine class.

MessageSummaryLine(MessageContextClass, Int32, Int32)
Creates a new instance of the MessageSummaryLine class.

MessageContextClass
Gets the message-context-class of the line. (eg. voice-message)

NewMessages
Gets the total number of new messages.

OldMessages
Gets the total number of old messages.

UrgentNewMessages
Gets the number of urgent new messages.

UrgentOldMessages
Gets the number of urgent old messages.

Inheritance Hierarchy
Object
EventArgs
 MessageSummaryLine

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290