Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Office 11   (RSS)

Reference articles for Outlook 2003 Programming

Nice reference articles for Outlook 2003 programming What's New in Microsoft Office Outlook 2003 for Developers? An Introduction to Programming Outlook 2003 Using C# Programming samples that can reference items and folders in Outlook by using Visual C#

MenuItem for Outlook ContextMenu

Last project I was working on had lot of customisation for Outlook 2003 and its integration with MOSS (Sharepoint 2007). Its altogether a unique experience working with Outlook object model and creating a custom outlook plugin. Following is a small snippet

Handling office CommandBar controls

While working on office applications, there are scenarios when we need to control the functionality of Command Bar controls. With Command Bar I means, menu bars, toolbars, shortcut menus, context menus and submenus on menus. Best way to get the control’s

Querying Excel11 and Excel12 files

An excel11 (.xls) file can be very easily queried using "Jet OLEDB 4.0" provider. C# snippet code for quering excel11 files is as follows, String strConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Sample.xls;Extended Properties=Excel 8.0" ; OleDbConnection
 
Page view tracker