Add-in Express Blog

Archive for May, 2009

HowTo: Use MS Word Object Model to get synonyms and antonyms lists programmatically

May 23rd, 2009
In one of my previous HowTo samples I showed you how to use the Microsoft Word Object Model capabilities for spell checking. Today we will look at one more ability of Microsoft Word, namely the capabilities of its dictionary, more specifically synonyms and antonyms. We will need the SynonymInfo object and SynonymList and AntonymList properties......Read the rest of this entry

HowTo: Avoid limitations of Microsoft Outlook ItemAdd event

May 15th, 2009
The description of the ItemAdd event is laconic and compact - "Occurs when one or more items are added to the specified collection. This event does not run when a large number of items are added to the folder at once." But what is really implied by the words "a large number of items"?...Read the rest of this entry

HowTo: Convert Exchange-based email address into SMTP email address

May 8th, 2009
It would be true to say "get" rather than "convert". There could be only one right way – to use Extended MAPI. Another method is described in the MSDN article: How to retrieve alternate e-mail addresses by using CDO, but we will not see into this approach, because CDO is optional in Outlook 2003 and is absent completely in Outlook 2007....Read the rest of this entry

HowTo: Support Office 2007 color schemes in your custom forms and task panes

May 1st, 2009
In Office 2007 there are 3 available color schemes – Black, Blue and Silver. The background of controls in command bars and ribbon tabs is changed by Office automatically. Do you want to try changing the background of your Outlook forms and Excel task panes when the MS Office color scheme is changed?...Read the rest of this entry

Office Alarm – Office Live Add-in and Word 2003

May 1st, 2009
Strange things mentioned in my previous post continue to happen. To the bug successfully fixed in the Office Live Add-in on Excel 2007, there's added a nasty and so far no-solution problem with the same add-in, this time on Word 2003......Read the rest of this entry
  • Sign In
  • SITEMAP