Posts Tagged ‘Object model’
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
Andrei Smolin | June 24th, 2014
On an example of a simple scenario, this article demonstrates what causes 0x800A01A8 and how to avoid it in C#, VB.NET, VBA, Delphi. Exception from HRESULT: 0x800A01A8 is also known as OLE error 800A01A8 and also known as Object Required....
Read the rest of this entry →
.NET, C#, COM add-ins, Delphi, Object model, Office, PowerPoint, VB.NET, VBA |
10 Comments
Ty Anderson | April 5th, 2013
Today, I will cover 4 topics of Outlook development tasks that are not commonly known or mainstream. You can argue about how well known each task is but you will lose. These tasks are not commonly known because you don't always need them. They are beyond the basics. But, if you master them, you can look upon other Outlook developer with a snooty little smirk...
Read the rest of this entry →
MAPI, Object model, Outlook |
2 Comments
Eugene Astafiev | June 14th, 2012
Today I want to show you one of the new features Outlook 2010 brought to programmers. Now Outlook allows setting custom icons the Navigation pane folders. The Outlook Object Model provides a special method for this task – SetCustomIcon. So, let's start our journey into the Outlook programming world ...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, Visual Studio, VSTO |
14 Comments