
Signature
Thank you,
scrowley@littleonline.com
Yes, this is certainly possible. Get a reference to the MAPIFolder object
for that Public Folder, and then use the Restrict method on the
MAPIFolder.Items collection to get a new Items collection containing just
those objects that match your restriction criteria. Loop through the
collection to obtain individual ContactItem objects, use Instr or Replace
functions on the properties you wish to modify, and then call the Save method.
See the entry for the Restrict method in the Outlook VBA help file for more
info (somewhere like "C:\Program Files\Microsoft Office
2003\OFFICE11\1033\VBAOL11.CHM"), or go to http://www.outlookcode.com for
more code samples.

Signature
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--------------------------------------------------
{Private e-mails ignored}
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/
> Oultook 2003
>
[quoted text clipped - 3 lines]
>
> Is this possible?
SCrowley - 29 Apr 2005 14:24 GMT
Thank you Eric. I will read, digest and apply then I'll let you know how I
did.

Signature
Thank you,
scrowley@littleonline.com
> Yes, this is certainly possible. Get a reference to the MAPIFolder object
> for that Public Folder, and then use the Restrict method on the
[quoted text clipped - 15 lines]
> >
> > Is this possible?