A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 8th 06, 11:51 AM posted to microsoft.public.outlook.program_addins
Ralf Jansen
external usenet poster
 
Posts: 3
Default Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode

I'm calling RDOSession.GetFolderFromPath with the FullFolderPath
originally retrieved from Outlooks ActiveExplorer.CurrentFolder.

I get MAPI_E_NOT_FOUND while using Exchange Cache Mode.
Will work when Cache Mode if off.

Known Issue, Bug, by Design or am i doing something wrong?

Thanks

--
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
  #2  
Old November 8th 06, 03:09 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode

Looks like a bug to me. I tested it in cached and non-cached mode with a
mailbox Inbox and a public folder. It worked in non-cached mode and not in
cached mode.

I pinged Dmitry about it.

--
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
...
I'm calling RDOSession.GetFolderFromPath with the FullFolderPath
originally retrieved from Outlooks ActiveExplorer.CurrentFolder.

I get MAPI_E_NOT_FOUND while using Exchange Cache Mode.
Will work when Cache Mode if off.

Known Issue, Bug, by Design or am i doing something wrong?

Thanks

--
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



  #3  
Old November 8th 06, 04:18 PM posted to microsoft.public.outlook.program_addins
Ralf Jansen
external usenet poster
 
Posts: 3
Default Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode

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


Ken Slovak - [MVP - Outlook] schrieb:
Looks like a bug to me. I tested it in cached and non-cached mode with a
mailbox Inbox and a public folder. It worked in non-cached mode and not
in cached mode.

I pinged Dmitry about it.




  #4  
Old November 8th 06, 06:04 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode

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


  #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




  #6  
Old November 9th 06, 06:29 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode

Contact me at my private e-mail address if you want a version with a fix.

Thanks!

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

"Dmitry Streblechenko" wrote in message
...
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






 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook/Exchange on terminal server with cache mode Patsy Outlook - General Queries 1 September 9th 06 04:26 AM
Redemption+CBuilder: RDOSession.Logon MAPILogonEx-Error [email protected] Add-ins for Outlook 2 September 1st 06 08:32 AM
error on using "cache exchange mode" Eric Outlook - General Queries 5 July 7th 06 02:42 AM
activate exchange cache mode in outlook 2003 T.Brüll Outlook - Installation 1 May 27th 06 09:47 PM
activate exchange cache mode in outlook 2003 T.Brüll Outlook and VBA 1 May 3rd 06 05:53 PM


All times are GMT +1. The time now is 09:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.