Our document management system ingests RTF files best, and I need selected emails filed into it with formatting reasonably intact.
Outlook's Save As dialog on a message offers text, HTML, MHT and MSG but I see no RTF. Am I missing a setting?
Our document management system ingests RTF files best, and I need selected emails filed into it with formatting reasonably intact.
Outlook's Save As dialog on a message offers text, HTML, MHT and MSG but I see no RTF. Am I missing a setting?
Not missing anything: modern Outlook dropped RTF from the Save As list for mail messages, the option survives only for calendar and contact items. Getting mail to RTF takes one short detour through an application that saves RTF natively, and Word is sitting right there.
Volume changes the answer: past a handful of messages, drive the detour with a small Word macro looping a folder of saved HTML files through open and SaveAs wdFormatRTF, or skip the manual chain entirely with a converter offering RTF output against an exported PST. And confirm the document system's ingestion once with a sample containing an embedded image and a table, RTF represents both differently than HTML and one test file validates the whole pipeline before you commit hundreds.
HTML to Word to RTF preserved everything including the signature table, and the sample fed the document system cleanly. Macro built for the backlog.