Browse by Tags
All Tags »
Object Model (RSS)
Stephen Griffin is asking this question over on his blog . If you're using Exchange Client Extensions and haven't been able to port your solution over to an add-in (for a reason other than budget concerns or legacy support), now would be a good time to
Read More...
If you’ve started to take advantage of the new Outlook controls on form regions in Outlook 2007, you may have noticed something strange. None of the controls have common properties you would expect all controls to have: Visible, Width, Height, Top, Left,
Read More...
Wes has a good post over on his blog explaining another common problem that a lot of Outlook solution developers run into: Imagine we have some code in an Outlook addin that looks similar to code below. Does anyone see anything wrong with it? It simply
Read More...
I've been noticing some feedback lately where a number of developers were having problems working with the controls on their form region. Usually, these problems manifested as Outlook's object model returning null values back when trying to access the
Read More...
Last week we uploaded revised versions of our sample code for Outlook 2007 add-ins. The biggest change to these samples is that they are now provided as both a shared add-in project and VSTO 2005 SE project, so that you can see how add-in development
Read More...
Shortly after we released Outlook 2007 beta 2 technical refresh to the world, we took a change on the Outlook platform to enable a new method of retrieving manifest and icon information for Outlook form regions. The reason for this change was partially
Read More...
While we spend a great deal of time and effort to ensure that the Outlook platform is 100% backwards compatible with previous versions of Outlook, occasionally add-ins do something unexpected, or use the platform in an unexpected or undocumented way.
Read More...
A while back while I was taking about forms, I got a number of questions from readers out there in web land who wanted to know more detailed answers to some questions. I haven't been ignoring you, I promise, but we've been super busy getting Office 2007
Read More...
Depending on how familiar you are with Outlook development, you may have seen previous versions of Outlook occasionally had a problem shutting down. Often there could be a catch-22 situation, where the add-in was waiting to hear from Outlook that it should
Read More...
If you are excited about managed add-in development and Outlook 2007, you've no doubt heard about the CTP release for VSTO v3 (VSTO is Visual Studio Tools for Office). This release enables developers to start working with managed code add-ins using the
Read More...
Outlook 2007 includes a new way of customizing the Outlook user interface for data in Outlook. If you have used previous versions of Outlook and had a need to customize our forms, you know that in the past custom forms in Outlook were a bit of a challenge.
Read More...
If you’re an Outlook developer who has been excited to hear about all of the cool new work done for Outlook 12 but didn’t know where to begin, I now have an answer for you. We’ve finally (sorry for the delay) posted 3 sample add-ins to BetaPlace. These
Read More...
One of the great new features in Outlook 12, as anyone who has used it can vouch, is Instant Search. Michael’s blog has a lot more details about the UI exposure of this feature and the inner workings behind it, so if you aren’t familiar with the feature,
Read More...
Last month at PDC05 we revealed the first public look at the changes coming in the Outlook ‘12’ extensibility platform to very positive reviews. We’ve introduced several new feature areas in the Outlook object model for the next release including a lot of functionality that I know the community has been asking to see for a while. In this post I provide a brief overview of some of the improvements for Outlook '12' extensibility.
Read More...
In my last post I pointed out all the great sessions Outlook developers should be checking out while at the PDC next week, but I forgot about the hands on labs! For the Outlook developer there are at least two interesting labs, the 'Outlook 12' lab and
Read More...