Get the message count for the given text. This should not be used for merge messages as it will give inacurate results


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Function MessageCount() As Integer
C#
public int MessageCount()
C++
public:
 int MessageCount() sealed 
J#
public int MessageCount()
JScript
public  function MessageCount() : int

Return Value

Count of messages

See Also