I have an inbox set up in exchange, hello@mycompany.com

Additionally, there is an alias for this, news@mycompany.com, so all emails to the news address end up in the hello inbox.

Ideally, I want to be able to tell which alias an email has been sent to, using EWS.

When I send an email to news@mycompany.com, and examine the Internet headers of the message using Microsoft Outlook, the To: header reads To: Hello <news@mycompany.com> which is exactly what I want to see.

However, using EWS, when I look at the ToRecipients property of the message, the reported email address is always that of the primary SMTP address. Also the InternetMessageHeaders property of the Webservices.Data.Item does not contain the To: property. I also can't seem to see the correct address using EWSEditor to examine all the properties of the message.

The answer to this forum post seems to suggest that,

...The Information about the actual email address a message is sent to is stored in the recipients collection which you can't access (outside of exportmessage) in EWS...

How would I go about doing this programatically so I can find the correct To: address?

link|improve this question

I've ran into the exact same problem, did you ever find a solution? – HeavenCore May 18 at 10:48
@HeavenCore , unfortunately not, we ended up adding a hashtag into the email subject line to tell our app how to process the email. e.g. a subject of "blah blah #news" would be processed as a news item. – Zeus May 18 at 10:57
1  
Dang, thanks anyway, if i find anything i'll let you know. – HeavenCore May 18 at 10:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.