Hello there, I've been doing some research about the Outlook.Selection interface and made an application out of it. My goal is to get all of the items in my inbox folder. I have already created a way to get all of them, my problem is to filter each types of items in my inbox. I found a link that could handle it but it is written in VB. It has all of the information that I needed but it seems that I can't get the MessageClass of the variable which is of type Object. Here is the link: http://support.microsoft.com/kb/240935
This is exactly what I want my filtering to be in C#. Any thoughts and suggestions I would really appreciate. Thank you.