Message Property  
 

Gets and sets the current message text.

Syntax

object.Message [= value ]

Remarks

The Message property returns the current message text. Changing the value of this property will change the message text sent by the SendMessage method if no message is explicitly specified. In most cases, a message should not exceed 160 characters in length, although some service providers may accept longer messages. If a message exceeds the maximum number of characters accepted by a service provider, the message may be ignored or it may be split into multiple messages.

Data Type

String

See Also

PhoneNumber Property, Sender Property, Urgent Property, SendMessage Method