IAdmSendSmsAction

The IAdmSendSmsAction interface represents the Send SMS action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • MobileNumbers

  • Gets or sets a string that contains a semicolon-separated list of mobile phone numbers of the recipients.

  • SmsText

  • Gets or sets the text of the SMS message.

  • SendAsync

  • Gets or sets a value indicating whether SMS messages must be sent asynchronously.

Details

MobileNumbers

Gets or sets a string that contains a semicolon-separated list of mobile phone numbers of the recipients. You can use value references (e.g. %mobile%) in the property value. Value references will be replaced with corresponding property values of the object on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

SmsText

Gets or sets the text of the SMS message. You can use value references (e.g. %name%, %unicodePwd%) in the text. Value references will be replaced with corresponding property values of the object on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

SendAsync

Gets or sets a value indicating whether SMS messages must be sent asynchronously.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2012.1

See also