![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |