Structure containing result of sending message using ParlayX extensions.
The following tables list the members exposed by the SendResult type.
Public Methods
| Name | Description | |
|---|---|---|
Determines whether the specified (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ToString | (Overrides . |
Protected Methods
| Name | Description | |
|---|---|---|
Allows an (Inherited from | ||
Creates a shallow copy of the current (Inherited from |
Public Constructors
| Name | Description | |
|---|---|---|
| SendResultNew |
Create a new SendResult.
|
Public Properties
| Name | Description | |
|---|---|---|
| Count |
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.
| |
| MessageId |
Get message ID.
|