I've got a SQL Server database which stores raw email messages that people receive in our office. I want to be able to display those emails through a web page. No editing or creation of content is needed, just displaying the emails. I am displaying the raw email content just fine, but am wondering is there anything out there that would parse through the messages and let me display the header information and the body text in a more readable format? Not much is turning up on google, and it would seem like someone would have written a VBScript function to do this...maybe I'll just have to do it myself, but I really hate re-inventing the wheel. TIA!