Add-in Express Blog

Archive for February, 2009

HowTo: Search in Outlook items programmatically

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

Add-in Express 2009 – Beta 1 zero-visibility

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

Add-in Express 2009 – Beta 1 compatibility

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

Add-in Express 2009 – Beta 1 availability

February 26th, 2009
Finally we uploaded beta 1 of Add-in Express 2009 for Office (all three editions) and Add-in Express for Internet Explorer. You can download it right now ......Read the rest of this entry

HowTo: Deal with the Recipients collection in Outlook

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

HowTo: Avoid “Old format or invalid type library” error

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

HowTo: Handle the Outlook ItemSend event

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
  • Sign In
  • SITEMAP