Using a custom URL protocol to open custom outllok form

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

Using a custom URL protocol to open custom outllok form
 
tim ah




Posts: 9
Joined: 2009-08-27
With your product and outlook 2007 Is it possible to:


1. Make my own custom form that is accessed (shown in outlook 2007 content area) clicking an icon in the left outlook panel?

2. Register a custom URL protocol that open up directly on that form and perhaps an item within that form? (http://msdn.microsoft.com/en-us/library/aa767914(VS.85).aspx)



Are the "forms" mentioned in on your site in the .net section, ordinary WPF forms?
Posted 21 Sep, 2009 09:07:14 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Tim,

1. Outlook doesn't provide a way to customize thiat area.

2. No, this isn't supported. You'll need to use Win32 API to achieve this.

And Add-in Express panes are not WPF forms, they are descendants of System.Windows.Forms.Form.


Andrei Smolin
Add-in Express Team Leader
Posted 21 Sep, 2009 11:22:02 Top
tim ah




Posts: 9
Joined: 2009-08-27
Thanks!
Posted 22 Sep, 2009 04:14:57 Top