Browse by Tags
All Tags »
Outlook Add-in (RSS)
One of my customer had created an Outlook Add-in using VSTO & Outlook Object Model (OOM). As per the business logic, he need to implement the WebViewURL in it. The MAPIFolder.WebViewURL works fine and take’s us to set value to it most of the times,
Read More...
One of my customer (developer) updated and created an Outlook 2007 Add-in (VSTO). He want to capture the current item from the active inspector? In order to capture the current item from the active inspector you can use “OutlookSession.ActiveInspector.CurrentItem”.
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...
Whenever we discuss with regards to Outlook Add-in customization, many of our customer(s) or their developers want to customize it according to their requirements. Also they look for the code-samples, related articles to proceed further. In this discussion,
Read More...
If we want to "fully trust" the assemblies, it can be done through the signed assemblies. In Visual Studio 2005, you need to select the Properties for the project and select the Signing tab. After you installed (including the newly signed
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...
Do you know that when you use the Microsoft Outlook View Control from a Web page, Microsoft Visual Studio Tools for the Microsoft Office System (VSTO) Outlook add-ins do not run. This issue may occur even by this option: The Outlook View Control is not
Read More...
Welcome to Outlook Programming series # 4 In this series, we will learn "How to automatically add contacts to Outlook with Visual FoxPro?". I found this wonderful article , which describes programatically how to add contacts to Outlook with Visual Foxpro
Read More...
When you program to implement the ItemAdd event in your custom solution, but the event does not fire when a large number of items are added to the folder at once. Please view this useful MSDN KB Article . It has the information about the issue, its symptoms,
Read More...