http://msdn2.microsoft.com/en-us/library/ms874577.aspx
--
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
wrote in message oups.com...
Hi,
I am using the outlook view control to list sent and received emails by
email address. to view received emails by address I can filter by
"urn.schemas.httpmail.fromemail" or do a restriction on "[From E-mail
Address]='" & EmailAddress & "'" but I don't know how to do it for
received emails. Filtering on "urn.schemas.httpmail.displayto" does not
work as it will only filter on the address if no name was provided for
the email.
1. Could anyone tell me what the field name for the "To" address is
2. What would be really usefull would be a list of all the fields in
the urn.schemas.httpmail namespace but I can't seem to find them
anywhere. :-(
Thanks in advance
Cameron.