Share via


TextBox.Value Property

Outlook Forms Script Reference

Returns or sets a Variant that specifies text in the edit region. Read/write.

Syntax

expression.Value

expression   A variable that represents a TextBox object.

Remarks

Any value you assign to the Text property is also assigned to the Value property.

See Also