Number of contacts

Shay

Well-Known Member
Licensed User
Longtime User
Hi

Is there a easy (fast) way to get number of your phone contacts - <I FOUND THE ANSWER>
Contacts_Size=MyContact.GetAll(False,False).Size

<CAN YOU ANSWER THIS:>

Now that I know how man contacts I have, how can I read it one by one, without adding all to list
since I wish to add it into table

Also Is there a way to read only phone contacts OR Sim contacts only
 
Last edited:

Shay

Well-Known Member
Licensed User
Longtime User
1. So there is no way to add the contacts directly to db table?

2. How can I read only the contact on the phone and not on the sim?
 
Upvote 0
Top