Windows Phone Contacts App - How to get kind of returned number? -


i creating windows phone 8.1 runtime app. contacts viewer people manage contacts. want display contacts data values exist... name, phone, address, etc.

if see when edit contact, can add 2 phone numbers mobile phone, home phone , work phone. when list values using contactphone.kind, returns mobile, home or work, without indicating if it's 1 or 2!

that's good, how can know if number 1 or number 2?

for example if contact has mobile 1 , mobile 2 info entered, both show in app mobile. if have contact has mobile 2 entered, when displayed in app, contact phone kind says mobile...

is there way know mobile 2?

.....

more information after more research:

to further extend question, added sample contact using standard people app, , added phone numbers:

mobile, mobile 2, home, home 2, work, work 2, company, pager, home fax, work fax

when check contact phone kind each number contained in contact's phones, get:

mobile, mobile, home, home, work, work, work, other, other, other

i'm guessing there no way tell number of kind...because standard people app must keep track each of numbers internally.

can explain or offer solution?

i guess there's no way it.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -