Archive for February, 2009
February 27th, 2009
You can search in Outlook in three different ways – by using the Items.Restrict method, Items.Find in liaison with Items.FindNext and Application.AdvancedSearch. The first two have essential limitations in use…...
Read the rest of this entry
Tags: .NET, C#, Outlook, Outlook regions, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, HowTo samples | 5 Comments »
February 26th, 2009
If someone all of a sudden decides to read through whatsnew.txt from the Add-in Express 2009 distributive, they may run into a mysterious point: IMPROVED: Advanced form and view regions for Microsoft Outlook. Here is what it means......
Read the rest of this entry
Tags: .NET, Delphi, Office, Office 2007 Ribbon, Outlook, Outlook regions, VSTO
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
February 26th, 2009
What shall you expect from the new releases? What's new? Are there many changes? I will try to answer all questions here, in this post, as well as in a couple of upcoming ones... ...
Read the rest of this entry
Tags: .NET, Delphi, IE add-ons, Office, VSTO
Posted in Add-in Express 2009, Add-in Express for Internet Explorer, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
February 20th, 2009
Well, it’s all about Outlook again. Today we will look at the capabilities of the Recipients collection, Recipient and AddressEntry objects. Using these objects you can get all necessary information about recipients, and you can also modify their e-mail addressees......
Read the rest of this entry
Tags: .NET, C#, Outlook, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, HowTo samples | No Comments »
February 13th, 2009
Today I’d like to draw your attention to one specificity of the Excel Object Model that every .NET developer should be aware of. Those who are unaware, may get the notorious "Old format or invalid type library" error......
Read the rest of this entry
Tags: .NET, C#, Excel, Office, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, HowTo samples | 2 Comments »
February 6th, 2009
One of the most frequent questions we get concerning the Outlook Object Model is "How to handle the Send button event?" Here is the answer: "You need to use the Application.ItemSend event"......
Read the rest of this entry
Tags: C#, Outlook, VB.NET, Visual Studio
Posted in Add-in Express for Office and .net, HowTo samples | No Comments »