I'm knocking up a VB app to scan my Lotus Notes inbox and do stuff.
I can get the body of an email using
domDocument.GetFirstItem("Body").Text
but it lines wraps at 80 chars.
Any idea how I can maintain original format and/or export the whole email to a text file
Thanks
