Partager via


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 is not applicable when the MatchEntry property is set to 2.