Flags that indicates which Contact properties to search.
| C# | Visual Basic |
[FlagsAttribute] public enum FindMatchingContactFlags
<FlagsAttribute> _ Public Enumeration FindMatchingContactFlags
| Member | Description |
|---|---|
| FindPhone |
Search the phone properties.
|
| FindEmail |
Search the messaging properties
This includes Short Message Service (SMS).
|
| FindFileAs |
Search the File As property.
|
| IncludeSIM |
Include in the search, contacts stored on the SIM.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |