Windows.Phone.PersonalInformation
Windows.Phone.PersonalInformation
Windows.Phone.PersonalInformation
Windows.Phone.PersonalInformation
Namespace
Provides APIs for managing a custom contact store.
Classes
Interfaces
| IContactInformation IContactInformation IContactInformation IContactInformation |
Defines the interface for contact information. |
| IContactInformation2 IContactInformation2 IContactInformation2 IContactInformation2 |
Provides additional contact properties. |
Enums
| ContactChangeType ContactChangeType ContactChangeType ContactChangeType |
Indicates the type of change represented by a ContactChangeRecord. |
| ContactQueryResultOrdering ContactQueryResultOrdering ContactQueryResultOrdering ContactQueryResultOrdering |
Specifies the order in which contacts are returned from a CreateContactQuery call. |
| ContactStoreApplicationAccessMode ContactStoreApplicationAccessMode ContactStoreApplicationAccessMode ContactStoreApplicationAccessMode |
Specifies the application access mode for a custom contact store created with CreateOrOpenAsync. |
| ContactStoreSystemAccessMode ContactStoreSystemAccessMode ContactStoreSystemAccessMode ContactStoreSystemAccessMode |
Specifies the system access mode for a custom contact store created with CreateOrOpenAsync. |
| VCardFormat VCardFormat VCardFormat VCardFormat |
The format of a vCard. |
Remarks
APIs in this namespace are typically used for a Microsoft Silverlight app for Windows Phone. For most scenarios, similar APIs exist that can be used by a Windows Runtime app for Windows Phone, and if you use these APIs you can apply much of your code to a universal app. See:
- Windows.ApplicationModel.Contacts namespace (particularly ContactInformation class)
- Windows.ApplicationModel.Contacts.Provider namespace (particularly ContactPickerUI class)
Note
There are some scenarios where you will need Windows.Phone.PersonalInformation API even when writing a Windows Runtime app. For example, see the Contact Picker app sample. For Windows Phone, the sample uses the Windows.Phone.PersonalInformation API to prepopulate the contact store for demonstration purposes.