KnownContactProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides key names for accessing known properties for StoredContact or ContactInformation objects.
public ref class KnownContactProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KnownContactProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class KnownContactProperties
Public Class KnownContactProperties
- Inheritance
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduced in v1.0)
|
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Remarks
Use values of the properties of this class as key names for the collections returned by ContactInformation.GetPropertiesAsync and StoredContact.GetPropertiesAsync.
Properties
AdditionalName |
Gets the AdditionalName property name. |
Address |
Gets the Address property name. |
AlternateMobileTelephone |
Gets the AlternateMobileTelephone property name. |
AlternateTelephone |
Gets the AlternateTelephone property name. |
AlternateWorkTelephone |
Gets the AlternateWorkTelephone property name. |
Anniversary |
Gets the Anniversary property name. |
Birthdate |
Gets the Birthdate property name. |
Children |
Gets the Children property name. |
CompanyName |
Gets the CompanyName property name. |
CompanyTelephone |
Gets the CompanyTelephone property name. |
DisplayName |
Gets the DisplayName property name. |
Gets the Email property name. |
|
FamilyName |
Gets the FamilyName property name. |
GivenName |
Gets the GivenName property name. |
HomeFax |
Gets the HomeFax property name. |
HonorificPrefix |
Gets the HonorificPrefix property name. |
HonorificSuffix |
Gets the HonorificSuffix property name. |
JobTitle |
Gets the JobTitle property name. |
Manager |
Gets the Manager property name. |
MobileTelephone |
Gets the MobileTelephone property name. |
Nickname |
Gets the Nickname property name. |
Notes |
Gets the Notes property name. |
OfficeLocation |
Gets the OfficeLocation property name. |
OtherAddress |
Gets the OtherAddress property name. |
OtherEmail |
Gets the OtherEmail property name. |
SignificantOther |
Gets the SignificantOther property name. |
Telephone |
Gets the Telephone property name. |
Url |
Gets the Url property name. |
WorkAddress |
Gets the WorkAddress property name. |
WorkEmail |
Gets the WorkEmail property name. |
WorkFax |
Gets the WorkFax property name. |
WorkTelephone |
Gets the WorkTelephone property name. |
YomiCompanyName |
Gets the YomiCompanyName property name. |
YomiFamilyName |
Gets the YomiFamilyName property name. |
YomiGivenName |
Gets the YomiGivenName property name. |