How can i retrieve MAPIFolder

M

maka

I programming an Outlook 2003 Plugin with VS2003.

How can i retrieve the MAPIFolder in wich is a specific ContactItem
stored? any ideas?
 
S

Sue Mosher [MVP-Outlook]

The ContactItem.Parent property returns the folder where an item is stored.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

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