OlkListBox.ListIndex property (Outlook)

Returns or sets a Long that indicates the location of the currently selected element in the list of the combo box control. Read/write.

Syntax

expression.ListIndex

expression A variable that represents an OlkListBox object.

Remarks

ListIndex is a zero-based value indexing into the array of items in the list. The default value is -1, indicating that no item is selected.

See also

OlkListBox Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.