I have a Document Library that receives a mail every week. I want to show the list of mails with their summaries. Is it possible to get that mail's content in Sharepoint, without deploying a custom code?
Thanks.
Edit 1: Anyone? Anywhere? :(
Edit 2: Incoming E-Mail Settings: http://i39.tinypic.com/23m1u7l.png
By summary, I mean, say two lines of body of the mail.
How about AJAX?
I can get the received mails' path (path to EML files, actually) and maybe i can use AJAX to query each EML file, to get its content?
Answering my own question is, weird.