‘Add-in Express for Office and VSTO’ category archive
Eugene Astafiev | September 27th, 2011
In my previous articles we discussed the Find, FindNext and Restrict methods of the Outlook Items class. You can use these methods for retrieving unread items in the way I did...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Office 2010, Office object model, Outlook, VB.NET, VSTO |
No Comments
Eugene Astafiev | September 23rd, 2011
In my previous article I demonstrated how you can use the Find and FindNext methods of the Items class in Outlook. Today I want to show you an alternative way of retrieving Outlook mail items from a folder. As the post's title suggests, the Restrict method plays the key role in the process...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Office 2010, Office object model, Outlook, VB.NET, VSTO |
No Comments
Eugene Astafiev | September 20th, 2011
As you have probably guessed, this article will describe the Find and FindNext methods of the Outlook Items class. But before focusing on the functionality of these methods, I would like to draw an analogy with database programming in the .NET world. In ADO.NET there is the System.Data.SqlClient.SqlDataReader class which provides the Read method...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Office 2010, Office object model, Outlook, VB.NET, VSTO |
1 Comment
Eugene Astafiev | September 12th, 2011
As a developer you may want to modify an e-mail before sending it (or just add some information, such as a non-disclosure agreement etc.). It is a fairly simple task that every Outlook developer should be familiar with. For example, sometimes you may need to change the subject of a message by adding an ID or something else to track the item in your Inbox; add something to the e-mail body...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Office 2010, Office object model, Outlook, VB.NET |
4 Comments
Eugene Astafiev | September 8th, 2011
In my previous article, where I showed how to create and send an Outlook message programmatically, I added a recipient to the e-mail. Now I want to delve deeper and show you what you can do with the Recipients collection. Outlook developers frequently need to add recipients to the TO, CC and BCC fields...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Office 2010, Office object model, Outlook, VB.NET, VSTO |
No Comments