Posts Tagged ‘.NET’
Andrei Smolin | November 17th, 2011
Have you ever run into the issue when an Outlook toolbar created by your add-in shows up in Word? Or maybe, a Word toolbar gets displayed in Outlook? This article describes the issue and provides a workaround; the source code is supplied in VB.NET, C# and Delphi...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Delphi, Office, Outlook, VB.NET, Word |
2 Comments
In the previous part we looked at using Extended MAPI to handle new mails in Outlook and despite the fact that is does a pretty decent job of it, it still has some serious limitations. In this, the fourth and final part of the series, we will write our own solution to the problem
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook |
11 Comments
In part one of the Outlook NewMail Unleashed series we took a closer look at the challenge of effectively handling a new e-mail in Outlook. We've seen that the obvious choice of NewMail, NewMailEx and Items.ItemAdd is simply not the answer. In this post we'll investigate possible work-arounds and alternatives to NewMail, NewMailEx and Items.ItemAdd...
Read the rest of this entry →
.NET, COM add-ins, MAPI, Outlook |
6 Comments
As I've mentioned in my previous article Excel enables us to provide our users with interactive and powerful ways to visualize their data. Pivot tables add another dimension to this by summarizing thousands of records of data in one page and let you analyse trends in your data without the need for formulas...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel |
7 Comments