OlkListBox.Text Property

Outlook Developer Reference

Returns or sets a String that is the text displayed in the control. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Text

expression   A variable that represents an OlkListBox object.

Remarks

The default value of the Text property is the empty string.

The Text property provides the same value as the Value property, but the value is strongly typed as a String.

See Also