Exporting Outlook Email for eDiscovery and Legal Review
Quick answer: For eDiscovery, convert the custodian's PST or OST to PDF with CoolUtils Total Outlook Converter: load the file, filter messages by date range, keep the folder structure, name each PDF by date, sender and subject, and run the whole mailbox as one batch on your own machine. Nothing is uploaded, and you can add page numbers or Bates-style stamps.
When a discovery request or a records demand lands, it names people and dates — and the mail of those people for those dates becomes the record set. The mailbox is the crime scene photograph of modern business, and the job is to hand it over readable, complete and unaltered.
Why export to PDF instead of handing over the PST?
A raw PST assumes the other side runs Outlook, and it stays editable inside any copy of Outlook that opens it. PDF removes both problems: opposing counsel, an agency clerk or an internal reviewer opens each message in any viewer, sees it exactly as sent, and can cite it by file name and page. PDFs accept page numbers and Bates-style stamps, feed straight into review platforms, and can be produced folder by folder so scope stays visible. The general mechanics of getting from PST to PDF are in our step-by-step conversion guide; this page is about doing it in a way a records officer will sign off on.
What a defensible mailbox export needs
- Scope control. Requests come bounded by dates. Fielded filters — date range, sender, recipient, subject, keywords — keep the export to what was asked, instead of dumping a decade and hoping.
- Provenance. Which folder a message lived in is context reviewers rely on. The export must recreate the Outlook folder tree on disk, not flatten 40,000 messages into one directory.
- Deterministic naming. Files named by date, sender and subject sort chronologically, deduplicate visibly, and let a privilege log point at an exact file.
- Attachments accounted for. The spreadsheet attached to a message is often the evidence. It must be saved alongside — or better, converted into the same PDF as its message.
- Local processing. Custodian mail never leaves controlled hardware. Uploading a mailbox to a free web converter creates a disclosure question of its own.
- Repeatability. If the same tool, settings and filters produce the same output next month, your process is explainable in one paragraph.
A working export procedure
This is the routine we use with the CoolUtils Total Outlook Converter, the batch tool that won our 2026 converter comparison:
- Secure the source file. Copy the custodian's PST — or the orphaned OST if the account is already gone (see OST vs PST) — to the review workstation and work on the copy.
- Load it in the converter. The folder tree appears as it did in Outlook. No Exchange access or original account is needed.
- Apply the hold filters. Set the date range from the request, plus sender or keyword filters if the demand is narrower. Only matching messages enter the batch.
- Configure the output. PDF (or PDF/A for retention), one file per message, folder structure on, naming template date_sender_subject, page numbers or Bates-style counters if counsel wants stamped pages.
- Run and record. Start the batch, let it finish unattended, and file the settings alongside the output so the run can be reproduced verbatim.
Attachments: the part that gets productions kicked back
The standard edition saves each message's attachments in their native format next to the PDF, which preserves them but leaves reviewers juggling files. Total Outlook Converter Pro ($99.90) converts the attachments themselves and embeds them into the message's PDF — one self-contained document per email, which is what most production specs actually describe.
Records retention beyond litigation
The same mechanics serve freedom-of-information responses, regulatory retention schedules and plain institutional memory: convert closed mailboxes to PDF/A on a schedule and the archive outlives mail servers, Outlook versions and vendor lock-in. Departing-employee mailboxes are the classic case — convert on the last day, store the PDFs with the personnel record, delete the account with a clear conscience.
Scaling to whole custodian sets
Ten custodians do not mean ten afternoons. The converter's command-line interface loops through PST files from a .bat script, and Total Outlook Converter X runs the same conversions on a server — without Microsoft Outlook installed — for firms that process mailboxes as a pipeline. Setup and a working script pattern are in our command-line automation guide.