Share via


OlkComboBox.SelText Property

Outlook Developer Reference

Returns a String that represents the selected portion of the value of the combo box. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SelText

expression   A variable that represents an OlkComboBox object.

Remarks

SelText represents the current selection, which is a portion of the control's Value. The maximum number of characters that can be supported for Value is MaxLength.

The default value is an empty string.

See Also