Now , I find ChooseContactDialog is as a new class at .net cf 2.0

But I do not know it clearly, I have found its describe at msdn.

But it is less code for reader's understanding.

I want to filter Contact list by their Property's values.

Such as , filter some contact which first name is bill.

How to do it.

Please paste the sample codes.

Thank you

Re: ChooseContactDialog by Fabien

Fabien
Mon Aug 21 07:36:26 CDT 2006

Hi,

There are two ways :
- use the RequiredProperties with Restricting Pim Item Collections
- use RestrictContacts property


BR


Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/




bill a =E9crit :

> Now , I find ChooseContactDialog is as a new class at .net cf 2.0
>
> But I do not know it clearly, I have found its describe at msdn.
>
> But it is less code for reader's understanding.
>
> I want to filter Contact list by their Property's values.
>
> Such as , filter some contact which first name is bill.
>
> How to do it.
>=20
> Please paste the sample codes.
>=20
> Thank you