PropertyAccessor in Exchange 2010 – issue and some workarounds
Following code works fine in Exchange 2003 and 2007. But fails in Exchange 2010, that too in Online Mode. There is an interesting discussion that happened recen...
All the posts that are related to VSTO
Following code works fine in Exchange 2003 and 2007. But fails in Exchange 2010, that too in Online Mode. There is an interesting discussion that happened recen...
Deployment alone is a hassle for VSTO Developers, especially beginners. In this, if one needs to deploy add-in in a 64-bit system is hectic. Here is a simple so...
You might have got a requirement to update the existing (deployed) office solution. If so, here are some key points related to signing certificates, that you ne...
Just came across the series of articles on Customizing Office Fluent Ribbons for Developers which covers all the customizing options that are available for Deve...
Just came across some beautiful videos on Office 2010 Development and would like to share with you. Introducing Office 2010 – whats new in Office 2010 and...
Microsoft released Bootstrapper Package Installer for Office 2010 PIAs (Primary Interop Assemblies). This installer will add ‘Microsoft Office 2010 Primar...
The window which displays a single item (email/appointment/task) in the Outlook is called as an Inspector in Outlook. It is derived from the namespace Microsoft...
Yay! Happy to know that MSDN Forums now have an exclusive category for Office Development. Might be late yet useful. So, posting it here. Microsoft Office for D...
To save the content of a mail item when it is sent, here is the procedure. Private WithEvents itms As Outlook.Items Private WithEvents SntFldr As Outlook.Folder...
Getting Rules from an exchange account configured in Outlook is pretty easy though many developers who is working on it for the first time may confuse with the ...