Le Café Central de DeVa
let.us.develop.share.messaging.more... DeVa blogs!!
I changed the way of blogging. Re-designed the site & started using the latest Windows Live Writer 2011!! Additionally added Microsoft Translator gadget available @ top of page, so that you can change the page in your preferred language!!
Hi, I am Deva working with Microsoft Dev. Messaging & Collaboration team.
This blog will assist developers who design/develop custom applications using Microsoft Messaging libraries. I will try to touch base other developer related info too.
Let us talk.develop.messaging.share.more.
Exchange Web Services Message cycle
Welcome to Exchange Server Development Technologies - Series # 1
In this series, we will discuss about the Exchange Rules. This topic provides information about using Exchange Rules to develop messaging applications.
For more detailed information, please find this MSDN documentation.
Welcome to Outlook Programming series # 11
What are Preview Handlers and where it's used?
Preview handlers are called when an item is selected to show a lightweight, rich, read-only preview of the file's contents in the view's reading pane. This is done without launching the file's associated application.
To know more about preview handler, please read more in this detailed MSDN article.
Preview Handler - Sample:
Welcome to Outlook Programming series # 10
In this series, we will learn "How to customize Outlook 2007 (Office 2007) Ribbon functionality". I found these below given MSDN articles which describes how we can customize Office 2007 (including Outlook 2007) ribbon functionality.
Welcome to troubleshooting performance issues in MS Outlook Series - Part 1
Have you face any one of the following issues with Outlook 2007 ?
Whether do you think,
Do you know, why do you face these issues?
It might be a performace issue with respect to Outlook 2007. The performance issues may be caused by one or more of the following:
Please find this wonderful article, which talks how to troubleshoot the performance issues in Outlook 2007.
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 release their references to Outlook objects when they are no longer needed. Failing to systematically release reference to Outlook objects can prevent Microsoft Office Outlook 2003 & Outlook 2007 from shutting down properly.
For more information about this problem that affects managed add-ins written for Outlook 2003 using Visual Studio .NET, see KB 317109: Office application does not quit after automation from Visual Studio .NET client.
Please find Mstehle's blog: OOM.NET: Part 2 - Outlook Item Leaks (Outlook + OOM + .Net Issues), which describes in detail and has the resolution to solve the issue...
When you try to start Microsoft Office Outlook 2003, the program does not start. Additionally, you receive the following error message:
Do you know....this issue may occur if you install and then uninstall Microsoft Office Outlook 2007 Beta 2 on a computer that has Outlook 2003 installed. When you uninstall Outlook 2007 Beta 2 version, the Outlook 2007 Beta 2 version of the MSMapi32.dll file is not removed from the following folder on your computer: "C:\Program Files\Common Files\System\Msmapi\LocaleID"
Please view this useful MSDN KB Article. It has the information about the issue, its cause, resolution for this issue
Welcome to Outlook Programming series # 8
In this series, we will learn "How to update existing items in an Outlook folder to use a new custom form?". I found this MSDN article which describes programatically how to update existing items in an Outlook folder to use a new custom form?
This article describes how to update items in an Outlook folder so that those items open using a different form than the form that the items are currently associated with.
When using a custom form containing a ListBox control, Outlook unexpectedly adds a new possible value to the control.
Do you know....this behavior is due to the storage limitation of Keywords fields. If the control is bound to a field of type Keywords and you select a number of possible values in the control, the field may exceed its 255-character maximum length. This causes the last value to be truncated. Because the custom Keywords field now contains a new value that is not one of the options in the control, Outlook adds this new value to the list of possible choices in the control.
Please view this useful MSDN KB Article. It has the information about the issue, its cause, re-solution for this issue
When you send an item that is based on a custom form, the form is not sent and you receive the following error message: "Operation Failed"
This issue will happen if, a Recipient field on the custom form is configured with an initial value and with the Calculate this formula automatically option for that value.
Please view this useful MSDN KB Article. It has the information about the issue, its cause, workaround solution for this issue.