Configures a ContactCollection to include SIM Contacts along with the rest of the Device Contacts.
SIM Contact items have a ContactType property value of ContactType.Sim.
Requires Windows Mobile 6 or later
| C# | Visual Basic |
public void IncludeSimContacts()
Public Sub IncludeSimContacts
Prior to calling IncludeSimContacts, the Contacts collection returns only Device Contacts.
After calling IncludeSimContacts, the collection can return SIM Contacts (if they match any restrictions placed on the item collection).