Flags that indicates which Contact properties to search.
Requires Windows Mobile 5.0 or later
| 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.
|