I need to submit several emails as part of a report, formatted and editable in Word with the header details showing.
Copy paste keeps mangling the layout. Is there a proper way to land an email in DOCX form?
I need to submit several emails as part of a report, formatted and editable in Word with the header details showing.
Copy paste keeps mangling the layout. Is there a proper way to land an email in DOCX form?
The route that preserves layout is going through HTML, because Outlook and Word share the same rendering engine for HTML mail.
For dozens of emails at once, save them to a PST and use a converter with DOC or DOCX output rather than repeating this per message. Copy paste mangles layout because it transfers the message as rich text and drops the CSS that HTML mail relies on, which is exactly what the Save As route avoids.
The HTML round trip keeps everything, even the table in the middle of the thread. This is the answer.