View Single Post
  #4  
Old August 8th 07, 07:49 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default SMTP address of Exchange recipient

No, the address is not stored as a separate property.
You should however be able to create a rule that checks for a particular
substring ") in the transport mesage headers and sets a
property that you can use in a view or in a filter.
I have a bunch of rules that move messages to separate folders based on an
address in the transport header.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Bill" wrote in message
...
"Dmitry Streblechenko" wrote...

I can only think of fparsing the PR_TRANPORT_MESSAGE_HEADERS property (you
can see its value in the UI when you RMB on a message and click Options).


Thank you Dmitry. I would like to use that property to create a View or
Filter that will show me emails addressed to one specific email address.
Is it possible to specify this property as a search criteria in a DASL
View Filter?



Ads