SendSmsMessageResult class
Returns the message delivery status (success or failure) and exceptions (if any) that occur while sending the text message to the target mobile phone numbers.
Following is a list of its members with description:
Member | Description |
---|---|
ExceptionMessage property | Gets the exception message if one occurs while sending the text message. |
Message property | Returns the ShortMessage class object processed by the ISmsGateway.SendShortMessage method. |
Success property | Returns a boolean value indicating whether the text message is successfully sent to the target mobile phone numbers. |
See Also