View Single Post
  #2  
Old May 16th 07, 12:31 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Add custom pane to Outlook 2003

Since Outlook has no native capability of showing a custom directory tree, a folder home page (which is the name of the feature that Elixir is using) is the ony approach.

Not only is it possible for IE security to be changed, it's also possible to turn off the FHP. As I see it, these are things you have to live with as a developer, making clear to the client what the prerequisites of the application are.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sharanga Dayananda" wrote in message news
Hi

I was wondering what the best method of displaying a custom pane in Outlook
2003 is? I need to display a custom directory tree and when one of these tree
nodes is clicked on, I need to show a custom view.

I found Microsoft's Project Elixir which does this. But it uses a web view
on the folders and embeds an ActiveX control into the web page so that it can
interact with the plugin. My problem is that since ActiveX controls can be
disabled in IE, even if they're locally registered ActiveX controls they
(ActiveX controls) cannot be guaranteed to execute in the folder view. Is
there any way around this problem? Even if the ActiveX controls are signed
it's still possible that ActiveX objects can be disabled.

Is there any way around this problem or is there any other way to render a
custom folder view in Outlook 2003?

Thanks.

Ads