There are a number of properties you can use, but I don't have any C#
examples. Item.Class will return an enum member that tells what the item is,
so will examining the MessageClass of the item ("IPM.Note" for email,
"IPM.Post" for posts, etc.).

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi,
>
[quoted text clipped - 5 lines]
>
> PIT
PIT - 27 Apr 2005 15:14 GMT
Thanks Ken,
i have found a solution in "An Introduction to Programming Outlook 2003
Using C#".
PIT
> There are a number of properties you can use, but I don't have any C#
> examples. Item.Class will return an enum member that tells what the item is,
[quoted text clipped - 10 lines]
> >
> > PIT