Posts Tagged ‘Outlook’
In part one of the Outlook NewMail Unleashed series we took a closer look at the challenge of effectively handling a new e-mail in Outlook. We've seen that the obvious choice of NewMail, NewMailEx and Items.ItemAdd is simply not the answer. In this post we'll investigate possible work-arounds and alternatives to NewMail, NewMailEx and Items.ItemAdd...
Read the rest of this entry →
.NET, COM add-ins, MAPI, NewMail, Outlook |
No Comments
A while ago Eugene asked me whether I would be interested at taking an in-depth look at how to effectively handle a new mail in Microsoft Outlook. I mean how hard could it be? We have the NewMail and NewMailEx events and if all else fails we can use the Folder Item Add event, right...
Read the rest of this entry →
.NET, COM add-ins, NewMail, Outlook |
No Comments
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