It's in the same property.
In Outlook VBA code you can get it using:
Application.Session.AddressLists.Item("Contacts").AddressEntries.Item("Name
for a
contact").PropertyAccessor.GetProperty(
http://schemas.microsoft.com/mapi/proptag/0x3A40000B)
You'd have to translate to whatever language you're using.
--
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
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In versions prior to Outlook 2007, the PR_SEND_RICH_INFO property was
> kept in the PAB for a given address entry. I don't see an equivalent
> in the OOM of a contact in Outlook 2007, although the GUI allows for
> it to be selected. Where is this info held ? I've seen references to
> it somehow being tied into a Recipient.
>