OlkListBox.SetSelected method (Outlook)

Sets the selected state of an item at the specified location in the list to the given Selected value.

Syntax

expression. SetSelected( _Index_ , _Selected_ )

expression A variable that represents an OlkListBox object.

Parameters

Name Required/Optional Data type Description
Index Required Long A zero-based value that specifies the location of an item in the list.
Selected Required Boolean True to indicate that the item should be selected, False to indicate that the item should not be selected.

Remarks

If Index is outside the range of the allowed values (between zero and ListCount -1), then an out-of-bounds error will be returned.

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.