populate fields in public folder

  • Thread starter Thread starter Elio Gortan
  • Start date Start date
E

Elio Gortan

Hello,

I writing a custom forms used dispatch mails concerning our project. Each
outgoing mail is save by code in the public folder under its projectnumber.

I now want to put indexes in the mail within custom fields. How can I
popualte these custom fields in the entire public folder (sub-folders)

Thanks

Elio
 
Iterate the Items collection on the folder and then perform the same iteration each folder in that folder's Folders collection.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top