ItemProperties, but of course, you'll first need to determine what kind of basic item it is before you can write code for it.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks Sue,
>
[quoted text clipped - 3 lines]
> More to the point: is there a Outlook API equivalent way of
> interrogating the item to get field name/value pairs without using MAPI?
ylarom@gmail.com - 11 Oct 2005 21:29 GMT
Aye, there's the rub...
There doesn't seem to be a common interface like IMessage in Outlook
that will expose just ItemProperties... Can IDispatch be used to do it
somehow?
Sue Mosher [MVP-Outlook] - 11 Oct 2005 21:47 GMT
I have no idea. I'm just a humble VB/VB.NET programmer.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Aye, there's the rub...
> There doesn't seem to be a common interface like IMessage in Outlook
> that will expose just ItemProperties... Can IDispatch be used to do it
> somehow?