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

Add custom pane to Outlook 2003



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 16th 07, 11:45 AM posted to microsoft.public.outlook.program_addins
Sharanga Dayananda
external usenet poster
 
Posts: 1
Default Add custom pane to Outlook 2003

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

  #3  
Old May 16th 07, 01:00 PM posted to microsoft.public.outlook.program_addins
Sharanga Dayananda
external usenet poster
 
Posts: 2
Default Add custom pane to Outlook 2003

Hi

Thanks for your reply.

Would it be possible to stick a custom form view for a folder?

There's a developer tool called Add In Express

http://www.add-in-express.com/outlook-extension/

which seems to support custom views of existing folders
(http://www.add-in-express.com/images...m-regions.gif).

I don't know how they do what they're doing, but if they can render custom
GUI elements in there it must be possible to add custom GUI elements in
there?

Cheers
Sharanga

"Sue Mosher [MVP-Outlook]" wrote in message
...
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.



  #4  
Old May 16th 07, 01:15 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

Either they're using the same technique as Elixir, only in a more extensible fashion, or they've used low-level Windows API techniques to engineer an approach that allows for extensible panes that overlay Outlook's built-in panes. If you're handy with Windows API and have the time, you could in theory do something similar, but don't expect to find a ready-made project to get you started. All such solutions that I know about are highly proprietary.

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

Thanks for your reply.

Would it be possible to stick a custom form view for a folder?

There's a developer tool called Add In Express

http://www.add-in-express.com/outlook-extension/

which seems to support custom views of existing folders
(http://www.add-in-express.com/images...m-regions.gif).

I don't know how they do what they're doing, but if they can render custom
GUI elements in there it must be possible to add custom GUI elements in
there?

Cheers
Sharanga

"Sue Mosher [MVP-Outlook]" wrote in message
...
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.

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



  #5  
Old May 16th 07, 01:55 PM posted to microsoft.public.outlook.program_addins
Sharanga Dayananda
external usenet poster
 
Posts: 2
Default Add custom pane to Outlook 2003

Thanks.

"Sue Mosher [MVP-Outlook]" wrote in message
...
Either they're using the same technique as Elixir, only in a more extensible
fashion, or they've used low-level Windows API techniques to engineer an
approach that allows for extensible panes that overlay Outlook's built-in
panes. If you're handy with Windows API and have the time, you could in
theory do something similar, but don't expect to find a ready-made project
to get you started. All such solutions that I know about are highly
proprietary.

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

Thanks for your reply.

Would it be possible to stick a custom form view for a folder?

There's a developer tool called Add In Express

http://www.add-in-express.com/outlook-extension/

which seems to support custom views of existing folders
(http://www.add-in-express.com/images...m-regions.gif).

I don't know how they do what they're doing, but if they can render custom
GUI elements in there it must be possible to add custom GUI elements in
there?

Cheers
Sharanga

"Sue Mosher [MVP-Outlook]" wrote in message
...
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.

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





 




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
How can I change the form the Custom Reading Pane uses? Sean McCloskey Outlook - Using Forms 4 March 12th 08 01:22 PM
Custom Preview Pane for Outlook 2003 Tom at GSD Add-ins for Outlook 0 January 23rd 07 05:26 PM
Task pane in outlook 2003 [email protected] Outlook - Using Forms 0 October 11th 06 06:45 AM
Evault custom form & preview pane code [email protected] Outlook and VBA 3 August 31st 06 06:51 PM
Display custom field on task pane 2shaws Outlook - General Queries 1 August 2nd 06 09:42 PM


All times are GMT +1. The time now is 09:01 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.