Its really very diffcult to read all the occurrances of a recurring meeting using any of the APIs available in the market. Sometimes if you ...
Showing posts with label Outlook Development. Show all posts
Showing posts with label Outlook Development. Show all posts
Tuesday, January 25, 2011
I got an error while working with an outlook plugin application. The error messages is: System.Runtime.InteropServices.COMException (0x...
Error System.InvalidCastException: Unable to cast COM object of type Microsoft.Office.Interop.Outlook.ApplicationClass
Bijay Kumar
1:50 AM
Here is a very critical error that comes while working with outlook APIs using C#.Net . The error details is : System.InvalidCastException:...
Here is the code to add menubar in outlook plugin application using c#.net object model. private Office.CommandBar menuBar; priv...
How to handle delete meeting in outlook plugin application development using c#.net?
Bijay Kumar
1:49 AM
Now a days I am working in a development team which develops outlook plugin application. We are developing the outlook pluggin application u...