Click or drag to resize
MessageSummaryLine Constructor (MessageContextClass, Int32, Int32)
Creates a new instance of the MessageSummaryLine class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MessageSummaryLine(
	MessageContextClass contextClass,
	int newMessages,
	int oldMessages
)

Parameters

contextClass
Type: Ozeki.VoIPMessageContextClass
VoIP message-context-class
newMessages
Type: SystemInt32
The number of new messages
oldMessages
Type: SystemInt32
The number of old messages
See Also