Unable to display the folder. Microsoft Office Outlook could not acces

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

Unable to display the folder. Microsoft Office Outlook could not acces
 
Xiaoqiang Zhou




Posts: 2
Joined: 2008-03-14
When open meeting in "outlook today" page, while ADXOutlookItemEvents.ProcessOpen(ADXCancelEventArgs e), set the e.Cancel = true, outlook shows the following message:

Unable to display the folder. Microsoft Office Outlook could not access the specified folder location.

Does anybody know how to fix that?

(Outlook 2003 sp3, add-in express 2007)
Posted 14 Mar, 2008 03:13:44 Top
Sergey Grischenko


Add-in Express team


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

Where do you connect to Outlook items?
Posted 14 Mar, 2008 08:42:54 Top
Xiaoqiang Zhou




Posts: 2
Joined: 2008-03-14
Basically what we did is link to the click event of Meeting Item in Outlook Today, we extended ADXOutlookItemEvents and overrided the ProcessOpen method,
and set the ADXCancelEventArgs.Cancel property to ture to prevent the Outlook from opening the meeting schedule, but seems it doesn't work, the Outlook shows 'Unable to display the folder. Microsoft Office Outlook could not access the specified folder location. ' when I click the scheduled meeting in Outlook today. But it's OK if I click it from Outlook Calendar.
Posted 17 Mar, 2008 02:05:43 Top
Sergey Grischenko


Add-in Express team


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

So, what event did you use to link the Meeting Item in Outlook Today?
Could you please send me the code?
Posted 17 Mar, 2008 11:14:46 Top