Skip to main content

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:

MemberDescription
ExceptionMessage propertyGets the exception message if one occurs while sending the text message.
Message propertyReturns the ShortMessage class object processed by the ISmsGateway.SendShortMessage method.
Success propertyReturns a boolean value indicating whether the text message is successfully sent to the target mobile phone numbers.

See Also