Hi,
There is a functionality in my application where Users will send an email from their Outlook 2010 to an exchange Server 2010. I have a background service in place which picks up the emails from exchange Server 2010 and processes the email and Upload in a particular location on the server. Everything happens just as expected but in few cases I noticed that the email that gets uploaded after getting processed in having blank body. The email originally has the content in it(after getting processed also it has the same content if I open it in notepad) but somehow after it gets uploaded it is showing blank body.
I'm uploading the email by converting it into byteArray.
Please let me know if Outlook 2010 to Exchange Server 2010 has any this kind of problem or not.
Thanks in Advance.
Vivek