Outlook items - folderpath

Add-in Express™ Support Service
That's what is more important than anything else

Outlook items - folderpath
 
Andreas Dobler




Posts: 12
Joined: 2006-05-01
is there a way to find the storePath ( e.g. \\Inbox\Test ) of a mailitem?

regards
andreas
Posted 26 Jun, 2006 08:06:45 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Andreas.

You can use the Parent property of the Outlook.MailItem interface to get the Outlook.MAPIFolder object. Then use the GetFullFolderName function
(the ADXAddinModule.cs file in the ADX source code) to get the full path of the Outlook folder.
Posted 26 Jun, 2006 11:09:53 Top