MatchFound Property

Microsoft Office Outlook 2003

MatchFound Property

Indicates whether the text that a user has typed into a ComboBox matches any of the entries in the list.

Syntax

object.MatchFound

The MatchFound property syntax has these parts:

Part Description
object Required. A valid object.

Return Values

The MatchFound property return values are:

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

Remarks

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