Flagging all contacts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a way to Flag all entries in the contacts folder without having to manually flag each one

I have tried looking at VBA using the FlagStatus, but this only seems to work with Mail and Calendar items

Any suggestions would be welcomed

thanks
Lou.
 
If this is a one-time thing, group by flag, then drag all the items you want
to change to the appropriate flag group. Otherwise, you'll have to use CDO,
since the flag fields aren't exposed for the ContactItem object.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Lou said:
Does anyone know of a way to Flag all entries in the contacts folder
without having to manually flag each one?
I have tried looking at VBA using the FlagStatus, but this only seems to
work with Mail and Calendar items.
 
Back
Top