Posts Tagged ‘Outlook’
Andrei Smolin | June 17th, 2021
Today, I’m following Microsoft recommendations and using code fragments they provide to investigate the behavior of a System.Windows.Forms.Form (simply a form)...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Office 2019, Office 365, Outlook, PowerPoint, task panes, VB.NET, Word |
3 Comments
Andrei Smolin | June 10th, 2021
In the first blog of this series, I showed issues related to using several monitors with different DPIs. To get an explanation of those pretty confusing results, let’s check resources available on the web....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, Office 365, Outlook, Outlook regions, PowerPoint, task panes, VB.NET, Word |
No Comments
Andrei Smolin | July 20th, 2020
Just recently we've got a comment declaring one of our blogs on releasing COM objects "wrong and misleading": the author says Marshal.ReleasingComObject() and related things made him spend "lots of time on writing code that is totally unnecessary" and provides many links supporting the idea that you can use GC.Collect() to get rid of non-released COM objects....
Read the rest of this entry →
.NET, COM add-ins, Excel, Object model, Outlook, Word |
2 Comments
Andrei Smolin | July 1st, 2020
Quick news: we've developed a new version of sample COM add-in projects that we provide in the downloadable archive on the Add-in Express .NET Downloads page...
Read the rest of this entry →
C#, COM add-ins, Excel, Object model, Office, Outlook, Outlook regions, PowerPoint, Project, Ribbon, task panes, VB.NET, Word |
5 Comments
Starting with version 8.2, Add-in Express began to open its internal infrastructure, which allows developers to customize some areas of advanced Excel, Word and PowerPoint task panes and Outlook regions. In the new release, it becomes possible to customize the header together with its controls as well as splitter and border. You can also modify the appearance of a minimized region, control the header visibility, change padding, get HitTest info and more...
Read the rest of this entry →
Excel, Outlook, Outlook regions, task panes |
20 Comments
Andrei Smolin | April 15th, 2015
The blog is about an add-in (with the source code) that adds a button to all context menus of Excel, Outlook, PowerPoint, Project, Publisher, Visio and Word in Office 2010-2013. The button shows the name of the context menu....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, PowerPoint, Project, Ribbon, Visio, Word |
19 Comments
In this article, we'll look at how to determine when a user has read an Outlook mail message. We will create an Outlook add-in that illustrates the various methods of responding to the the fact that a user has read an e-mail in Outlook...
Read the rest of this entry →
C#, COM add-ins, Outlook |
4 Comments
If you've ever tried to design an attractive and somewhat complex e-mail message using Microsoft Outlook and HTML, chances are you very quickly realized that the Outlook mail message body format performs rather differently than a normal web browser...
Read the rest of this entry →
.NET, C#, Outlook |
16 Comments