I knew I was just being dense. Thanks a lot.
"Ken Slovak - [MVP - Outlook]" wrote:
NameSpace.PickFolder returns a MAPIFolder object. You need nothing else,
just use the returned MAPIFolder object.
--
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 think I actualy have every thing worked out. If I am using the default
folder, I can loop through the items properly doing the updates.
My problem is trying to get the right folder. I don't have a problem when
it is the default folder, but when I need a subfolder.
I tried to use .pickfolder but only get the folder name not the complete
string I need eg: The user has a contacts folder "Press Contacts" and
under
it folders "Print" and "Broadcast" and pickfolder only returns, for
example,
"Print".
I am obviously missing something simple just don't see it. Thanks