Redemption RDOSession.GetFolderFromPath and Outlook2007 SearchFolders

R

Ralf Jansen

I have another problem with RDOSession.GetFolderFromPath in Outlook2007
the FullFolderPath retrieved from ActiveExplorer.CurrentFolder is
localized. That means in my German Outlook Version the path is
'//Persönlicher Ordner/Suchordner/Große Nachrichten'
but RDOSession.GetFolderFromPath can't find the folder with this path.

It will find the folder when i replace 'Suchordner' with 'Search
Folders'. So the path
'//Persönlicher Ordner/Search Folders/Große Nachrichten'
works with RDOSession.GetFolderFromPath.

When i look now at the RDOFolder.FolderPath property it states also that
the path is '//Persönlicher Ordner/Search Folders/Große Nachrichten'.

So RDO and Outlook seems to have different ideas of what the path should
look like.

Question - particularly for Dimitry ;) - Is that behaviour fixable?


Thanks

--
Ralf Jansen

deepinvent Software GmbH - Viersen, Germany - http://www.deepinvent.com
Blog: http://mailstore-blog.blogspot.com
Archiving E-mails with MailStore: http://www.mailstore.com
 
D

Dmitry Streblechenko

The problem is that "Search Folders" or "Suchordner" is never used in MAPI,
it comes from the Outlook UI, so it is hardcoded.
Contact me at my private e-mail address for an updated version.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top