Browse by Tags
All Tags »
COM Add-in (RSS)
Certain technologies that predate the .NET Framework are not supported in managed code programming. These technologies include Collaboration Data Objects (CDO), Messaging Application Programming Interface (MAPI, often known as Extended MAPI), and Simple
Read More...
I went through Ryan’s MSDN article , where we can learn how Microsoft Office Outlook 2007 Service Pack 2 has changed the way that the Outlook process shuts down. Customers developing Outlook solutions that run outside of the Outlook process should understand
Read More...
When you create a COM add-in for a Microsoft Office program, the appearance of that add-in will conform by default to the standard Office appearance. However, with Microsoft Windows XP, you can choose from a number of visual styles (or themes) to customize
Read More...
One of my customer uses MS Windows XP SP3 & Outlook 2007 reported that whenever he tries to connect to the Internet service provider (ISP) to retrieve messages from POP3, his earlier entered password is not retained. He was pretty sure that
Read More...
Welcome to Outlook Programming series # 9 In this series, we will learn "How to systematically release the objects - Add-in's for Outlook 2003 & Outlook 2007 ?". I found this MSDN article which describes how all Outlook add-ins should systematically
Read More...
Welcome to Outlook Programming series # 7 In this series, we will learn "How to change display Formats Programmatically for All Contacts in Outlook 2007?". I found this wonderful article which describes programatically how to create an add-in to change
Read More...
Welcome to Outlook Programming series # 6 In this series, we can download three of Outlook 2007 Sample add-ins make use of Outlook Object Model. I found this wonderful article , which describes programatically what are the enhancements to the Outlook
Read More...
Welcome to Outlook Programming series # 5 In this series, we will learn "How to build an Outlook 2007 Form Region with a Managed Add-In?". I found this wonderful article , wrote by Ryan Gregg, which describes programatically how to build a form region
Read More...
What is a COM Add-in? COM add-ins are a feature in Microsoft Office and are supported by all Office programs, including Outlook. Key benefits of COM add-ins include: • COM add-ins run in-process with the host program, so custom code generally runs faster
Read More...
Welcome to Outlook Programming series # 2 In this series, we will learn "How to develop a COM Add-in?". I found this wonderful article , which provides an overview of how to create a COM add-in in Outlook There are many resources and examples about how
Read More...