windows phone 8 - Pager property of StoredContact not found -


i trying extract properties storedcontact-object created in custom contact store. following extract property:

storedcontact contact = ... var properties = await contact.getpropertiesasync(); var number = properties[knowncontactproperties.mobiletelephone]; 

however, number type "pager" not found within knowncontactproperties-class.

how pager number storedcontact object?

the knowncontactproperties merely provides string constants getting common property names - may case pagers not considered in widespread use provide constant property name.

instead, why not @ keys in properties in debugger contact pager, , use instead?


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -