Let's assume that i use a telnet session and send an email with address [email protected] to [email protected] but in fact i am [email protected]...
On [email protected] i have a WCF web service running that's monitoring that specific mailbox using Exchange Web Services...
How can i tell that the message from [email protected] actually came from [email protected]?
I am using Visual Studio 2010, with .NET 4.0 and EWS managed API 1.1 The server is configured to use SSL and i have Exchange Server 2007 SP1.
i tried the two properties "Sender" and "From" but they are identical and both point to bob... nothing in the message header actually points to charly... everything points to bob... any ideas? things that i might have overlooked?