Posts Tagged ‘.NET’
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
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 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