Structure containing result of sending message using ParlayX extensions.

The following tables list the members exposed by the SendResult type.

Public Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString (Overrides .ToString().)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Constructors

  NameDescription
SendResultNew
Create a new SendResult.

Public Properties

  NameDescription
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.