View Single Post
  #5  
Old November 8th 06, 09:05 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode

I can reproduce the problem for the Public Folder, but not for any mailbox
folder.
Can you tr yto run tehe following script from OutlookSpy and let me know if
the same values are reported (go to teh folder in question, click Folder
button on the OutlookSpy toolbar, go to tehe Script tab, paste teh script,
click Run):

set Session = CreateObject("Redemption.RDOSession")
Session.MAPIOBJECT = Application.Session.MAPIOBJECT
set Folder = Session.GetFolderFromID(MAPIFolder.EntryID)
set Folder2 = Session.GetFolderFromID(Folder.EntryID)
MsgBox "Outlook: " & Folder2.FolderPath & vbCrLf & "Redemption: " &
Folder2.FolderPath


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

"Ken Slovak - [MVP - Outlook]" wrote in message
...
Exchange 2003 was used.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ralf Jansen" wrote in message
...
Thanks, Ken.

What Version of Exchange did you use for testing?
I checked against Exchange 5.5
I've tested also against Exchange 2003 and it seems to work there, but
i'm not sure as this Server is hosted in the Internet and maybe
Outlook/Exchange handles Cache Mode differently when going through a
firewall.

--
Ralf Jansen

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




Ads