SendSmsMessageResult.Success
Returns a boolean value indicating whether the text message is successfully sent to the target mobile phone numbers.
Namespace: Imanami.directorymanager.DataTransferObjects.DataContracts.SMS
Assembly: Imanami.directorymanager.DataTransferObjects.dll
Syntax
public bool Success;
Return Value
Type: System.Boolean
True if the message is delivered successfully.
See Also