OlMatchEntry Enumeration
Specifies if and how extensive entry matching is applied while the user types in a control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("73628D00-B812-419F-8212-3D62079E22DB")> _
Public Enumeration OlMatchEntry
'Usage
Dim instance As OlMatchEntry
[GuidAttribute("73628D00-B812-419F-8212-3D62079E22DB")]
public enum OlMatchEntry
Members
Member name | Description | |
---|---|---|
olMatchEntryFirstLetter | 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. | |
olMatchEntryComplete | Extended matching. As each character is typed, the control searches for an entry matching all characters entered. | |
olMatchEntryNone | No matching is performed. |