Click here to Skip to main content
15,892,809 members
Articles / Desktop Programming / Windows Forms

Additional custom panel in Microsoft Outlook

Rate me:
Please Sign up or sign in to vote.
4.98/5 (44 votes)
25 Jun 2008CPOL7 min read 302K   4.1K   125  
An example of undocumented integration into the user interface of Microsoft Office applications.
��Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\OutlookPanel.Connect]

"FriendlyName"="Outlook Panel Demonstration"

"Description"="Outlook Panel Demonstration"

"LoadBehavior"=dword:00000003



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) MEMOS Software (www.memos.cz)
Czech Republic Czech Republic
I started developing software in Quick Basic on my very first PC running 8086 CPU @ 8MHz. Then I moved to Visual Basic, followed by MFC and for last 4 years i am stuck with C# and Microsoft .NET. Now I work as a senior developer for MEMOS Software. My hobby is Office integration, especially Microsoft Outlook.


Check out my blog at
http://blog.memos.cz

Comments and Discussions