• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how can i parse MIME or email content using ASP or VBScript?

edmicman

Golden Member
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!
 
Back
Top