ComboBox.MatchFound Property (Outlook Forms Script)

Returns a Boolean value that indicates whether the text that a user has typed into a ComboBox matches any of the entries in the list. Read-only.

Syntax

expression.MatchFound

expression A variable that represents a ComboBox object.

Remarks

True if the contents of the Value property matches one of the records in the list. False if the contents of Value does not match any of the records in the list (default).

The MatchFound property is read-only. It's not applicable when the MatchEntry property is set to 2.

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.