Message Text Parameters
When replying to received message, you can use text parameters which take values from the received message:
- %MsgID% - The unique ID value of the message.
- %MsgHexID% - The unique ID value of the message in
hexadecimal format.
- %MsgFrom% or %MsgSender% - The information about the sender of the message.
- %MsgTo% or %MsgRecipient% - The information about the recipient of the message.
- %MsgText% or %MsgBody% - The text of the message.
- %MsgBodyType% - The type of the text of the message.
- %MsgTime% - The time when the message was received. See Global Text Parameters for more details about the time format.
- %MsgDate% - The date when the message was received. See Global Text Parameters for more details about the date format.
- %MsgAccount% or %MsgAccountName% - The name of the account from which the message was received.
- %MsgAccountID% - The ID of the account from which the message was received.
- %MsgPartCount% - The number of the message parts.
The information about the sender and the recipient is taken from the Address Book. You can optionally append one of the Address Book Text Parameters to the base
name of the parameter, to get the needed contact information. Note that if the parameter from the Address Book is not appended, then %Phone% will be used by default.
For example:
- %MsgFrom% - returns the phone of the sender, i.e. it is
equivalent to %MsgFromPhone%.
- %MsgToPhone% - returns the phone number of the recipient of the message.
- %MsgFromName% - returns the name of the sender taken from the Address Book.
- %MsgFromNameOrPhone% - returns the name or the phone of the
sender.
- %MsgSenderGender% - returns the Gender note
associated with the sender.
- %MsgTimeHH:mm% - returns the time of the message formatted
using HH:mm as a format string.