Ty Anderson | September 8th, 2011
Using Add-in Express you have the tools you need to rapidly start building a Real-Time Data (RTD) Server for Excel. This video shows you to use ADX to build a simple RTD...
Read the rest of this entry →
.NET, Excel, RTD servers |
No Comments
Spring has finally sprung down here and I thought today would be a great day to dive into the Outlook Item Events Class provided by Add-in Express and have a closer look at what each event in this class does...
Read the rest of this entry →
C#, Office, Outlook |
43 Comments
Eugene Astafiev | September 2nd, 2011
Today I want to tell you the story about sending messages in Outlook programmatically. In one of my recent posts I showed two possible ways of creating and showing a new Outlook message. And now I want to make an addition to that: demonstrate how you can send a message programmatically...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
57 Comments
Ty Anderson | August 31st, 2011
As a follow up to the Creating managed Excel UDFs video, here is a video that explains how to build UDFs using Excel Automation add-ins. In addition to a solid demo, this video explains the differences between an UDF built with an Automation Addin and one built as an XLL...
Read the rest of this entry →
.NET, COM add-ins, Excel, Visual Studio |
2 Comments
Eugene Astafiev | August 31st, 2011
In my previous article, where I demonstrated how to create and show an Outlook message programmatically, a mail item object was created from scratch. Now I want to show you the way to create a new mail item based on a template...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
8 Comments
Eugene Astafiev | August 26th, 2011
One of the most widespread tasks in Outlook is creating and showing an e-mail item to the user programmatically (or just sending it silently). Today I will teach you how to do it in two different manners....
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
29 Comments
Ty Anderson | August 26th, 2011
When we released Add-in Express for Internet Explorer and .NET, one of the first things I wanted to do was build some extensions that included custom IE bars. I quickly learned that what I wanted to use was not IE Bars but Add-in Express Advanced IE Bars...
Read the rest of this entry →
.NET, IE add-ons |
4 Comments
Ty Anderson | August 26th, 2011
Internet Explorer implements that all-too-common tab interface. Each tab contains a web page that could be closely related to something in another open tab...or it could be something different entirely. Users open lots of pages at a time...
Read the rest of this entry →
.NET, IE add-ons |
No Comments
Eugene Astafiev | August 24th, 2011
In my previous article How To: Add a custom property to the UserProperties collection of an e-mail item in Outlook I showed you the way to add a custom property to the UserProperties collection of an e-mail item in Outlook. Now I want to demonstrate you how to iterate over all user properties of an e-mail item...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET |
6 Comments
Eugene Astafiev | August 19th, 2011
Today I want to tell you the story about Outlook user properties. Each item in Outlook such as MailItem, AppointmentItem, ContactItem and etc. (except for the NoteItem) provides you with the UserProperties property which returns an instance of the UserProperties class...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
33 Comments
Eugene Astafiev | August 15th, 2011
As a developer, sometimes you may want to know what is attached to the e-mail you have selected or opened in Outlook. Today I will show you how to iterate over the attachments collection and get the required information about attached items, such as file name, display name and type...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
12 Comments
Eugene Astafiev | August 12th, 2011
Now I want to show you how to attach an e-mail instead of a regular file. For such task I created a simple method in the code called AddMessageAsAttachment. This method attaches a MailItem object to the e-mail message and accepts two parameters: the first is the container e-mail message and the second one is an e-mail message which should be attached...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
12 Comments
Eugene Astafiev | August 10th, 2011
Sometimes developers need to create an add-in, which automatically sends reports based on some rules. The report can hold one or more attachments with the data the recipient needs. Today I will show you how to attach something to the e-mail message programmatically...
Read the rest of this entry →
.NET, C#, Object model, Office, Outlook, VB.NET, VSTO |
8 Comments
Andrei Smolin | August 5th, 2011
Several Outlook item types provide the Forward, Reply and ReplyAll methods. Let's see how to respond to an Outlook.MailItem...
Read the rest of this entry →
C#, Object model, Outlook, VB.NET |
10 Comments
Eugene Astafiev | August 5th, 2011
One of the most common tasks in Outlook programming a developer may face is getting a standard folder. Here I will show you how to get it...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, VSTO |
6 Comments
Ty Anderson | August 4th, 2011
Creating custom User Defined Functions (UDFs) is one of the most popular reasons to build an Excel add-in. Add-in Express for Office and .NET supports two methods for building custom UDFs...
Read the rest of this entry →
Excel, Visual Studio, XLL |
No Comments