SMTP address of Exchange recipient

B

Bill

I have Googled this forum and found near-matches to this request, so I
apologize if it's been answered to death. I have multiple email addresses
in my Exchange account here. If I receive an email from outside our domain,
is it possible for me to know if it was sent it to (e-mail address removed) or
(e-mail address removed), or (e-mail address removed) ?

Thanks,

Bill Le May
Outlook 2003
 
D

Dmitry Streblechenko

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).

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

Bill

Dmitry Streblechenko said:
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?
 
D

Dmitry Streblechenko

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 ("(e-mail address removed)") 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
 
B

Bill

Dmitry Streblechenko said:
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 ("(e-mail address removed)") 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.

I thought that since the SQL tab in Filters can specify criteria like this:
(
("http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/811c000b"= 0)that I could do something similar to find the To field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top