OlMatchEntry enumeration (Outlook)

Specifies if and how extensive entry matching is applied while the user types in a control.

Name Value Description
olMatchEntryComplete 1 Extended matching. As each character is typed, the control searches for an entry matching all characters entered.
olMatchEntryFirstLetter 0 Basic matching: The control searches for the next entry that starts with the character entered. Repeatedly typing the same letter cycles through all entries beginning with that letter.
olMatchEntryNone 2 No matching is performed.

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.