TextBox.WordWrap Property (Outlook Forms Script)
Returns or sets a Boolean that specifies whether the contents of a control automatically wrap at the end of a line and the control expands to fit the text. Read/write.
Syntax
expression .WordWrap
expression A variable that represents a TextBox object.
Remarks
True to specify that the text wraps (default), False to specify that the text does not.
For controls that support the MultiLine property as well as the WordWrap property, WordWrap is ignored when MultiLine is False.