Number of messages forwarded messages for single destination. Messages are usually forwarded to SMSC, and in some cases messages need to be transcoded. Example of such transcoding is sending of long SMS messages. In this case single messages sent via ParlayX request (used by this client) is forwarded as multiple SMS messages to SMSC. Number of messages sent to SMSC is usually used for reporting and billing purposes. Get number of messages forwarded to single destination, e.g. if long SMS sent via client is split into 3 SMS messages when sending to SMSC, and is sent to 2 destinations, value of this parameter would be 3.

Namespace: hr.tis.mgw.client.message
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
C#
public int Count { get; }
Visual C++
public:
property int Count {
	int get ();
}