You can get the selected folder using code, iterate its Items collection and
access the Email2Address property as well as related fields such as
Email2DisplayName, etc. and update them that way.
But where would the update information come from? Unless you have a data
source with data for those fields for Email2 you'd still have to have a
dialog box put up where you'd have to enter all that information manually.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"John Tripp" wrote in message
...
I want to select a subfolder within the Contacts Folder and then update
Email2 for every item.
Is there a straightforward way to do this?
Thanks, John