EML vs MSG: Which Email File Format Is Better for Forensic Investigation?

Introduction

When an email becomes evidence in an email forensic investigation, fraud investigation, litigation or commercial dispute, simply producing a copy of the message may not be enough. Whether the evidence is an EML or MSG file can affect what technical evidence is available to an investigator and, consequently, what conclusions can safely be drawn about the email’s origin, transmission and authenticity.

Two of the most common individual email formats encountered in email forensics are EML (.eml) and Microsoft Outlook MSG (.msg). Although both can represent an email that looks virtually identical when opened by a user, they store information differently. Those differences can become particularly important when investigating an allegedly fraudulent email, or where a party claims that an email was fabricated, altered, spoofed or never actually transmitted.

For lawyers, investigators and organisations dealing with disputed emails, the key question is therefore not simply “EML vs MSG: which is better?” The more important question is which format preserves the evidence needed to test the claimed history of the message.

What Is an EML File and Why Is It Useful in Email Forensics?

An EML file is a representation of an Internet email message. Its structure normally consists of message header fields followed by the message body, with MIME used where necessary to represent HTML content, alternative message bodies and attachments.

For forensic purposes, one of the most important features of a properly preserved received email is that its headers may contain evidence created while the message passed through email infrastructure. Depending upon the sending and receiving systems, this can include Received headers, Message-ID, Return-Path, MIME information, DKIM signatures, Authentication-Results fields and other server-specific headers.

Received headers can be particularly valuable because mail systems normally prepend trace information as a message moves through the transport environment. An examiner may therefore be able to reconstruct aspects of the route taken by the message and compare the timestamps, server names, IP addresses and message identifiers with other available evidence.

An EML file is not, however, automatically authentic merely because it has an .eml extension. EML content is capable of being created or edited. The forensic question is therefore not simply, “Is this an EML file?” but rather, “Is the internal structure and metadata consistent with the history being claimed for this particular email?”

EML file format is used by Outlook for Mac when exporting emails to the file system.

What Is an MSG File?

An MSG file is the Microsoft Outlook item format. Rather than simply storing an Internet message as a sequence of RFC-style header fields and a body, an MSG file represents a Microsoft message object using properties, streams and subobjects associated with recipients and attachments.

This means that an MSG file can contain useful information that is not presented in the same way as an EML file. MAPI properties may record message characteristics, timestamps, recipients, attachment information and other data useful to a forensic examiner.

MSG should therefore not be regarded as an inherently inferior forensic format. In some investigations its MAPI properties can provide valuable additional evidence. The important issue is understanding what the MSG represents, how it was created or exported, and which properties were retained during that process.

EML file format is used by Outlook for Windows (Classic) when exporting emails to the file system.

EML vs MSG: What Is the Main Forensic Difference?

At a high level, an EML file is particularly useful for examining the Internet message, MIME content and email headers, while an MSG file can preserve additional Microsoft Outlook and MAPI properties. Neither format is automatically more authentic than the other.

Forensic considerationEML fileMSG file
Internet email headersUsually directly accessibleMay be stored within MAPI properties
MIME structureDirectly representedRepresented through Outlook/MAPI structures
Outlook/MAPI propertiesLimitedPotentially extensive
AttachmentsPreserved as MIME partsPreserved as attachment objects
Human-readable raw structureGenerally easier to inspectRequires parsing of structured storage
Can potentially be alteredYesYes
Useful for forensic investigationYesYes

The evidential value depends on the message’s provenance, how it was acquired or exported, whether information was lost during processing, and whether the contents can be corroborated against independent evidence.

Why Does EML vs MSG Matter in a Fraud Investigation?

Consider a dispute in which one party produces an email and claims that it was received from another person on a particular date. The opposing party alleges that the email was fabricated.

The visible fields displayed in Outlook—such as From, To, Subject and Date—are only part of the available evidence. A screenshot or PDF might reproduce these fields convincingly while revealing very little about whether the message actually passed through an email system.

A forensic examiner would therefore normally want access to the underlying electronic message rather than relying solely upon a screenshot, PDF or printed copy.

If a purported received EML contains a coherent sequence of Received headers and other transport metadata, those fields may provide evidence consistent with the message having travelled through the identified mail systems. The examiner can assess whether the servers, timestamps and routing sequence make technical sense and whether they correspond with other evidence.

Conversely, if an email alleged to have been externally received contains only basic composition fields and lacks the transport information that would ordinarily be expected in the circumstances, that absence may require further investigation. It does not, by itself, prove fraud: headers can be lost through conversion, migration, export or processing. The examiner should establish whether there is a legitimate technical explanation before reaching a conclusion.

Email Headers and Received Headers in a Forensic Investigation

Received headers are among the most useful fields in many email investigations. Internet mail standards provide for trace information to be added as messages move through the transport system. A typical externally received message may therefore contain multiple Received fields representing different stages of its journey.

These fields can assist an examiner in answering questions such as:

  • Which systems appear to have handled the email?
  • Does the sequence of servers make technical sense?
  • Are the timestamps chronologically plausible?
  • Does the originating infrastructure correspond with the claimed sender’s environment?
  • Is there evidence that a security gateway or cloud email service processed the message?
  • Are important stages of the alleged delivery path unexpectedly absent?

No single header should normally be considered in isolation. A reliable examination considers the header set as a whole and, where possible, corroborates it against independent evidence.

SPF, DKIM and DMARC Evidence in Fraudulent Email Investigations

Modern email systems can add further authentication evidence. For example, an Authentication-Results header may record the results of SPF, DKIM and DMARC checks performed by a receiving system.

DKIM can be particularly relevant because a valid signature can provide evidence that specified signed portions of a message have not changed since the signature was applied. However, DKIM must be interpreted carefully. A DKIM pass is not a universal guarantee that every aspect of an email is genuine, and the absence of DKIM does not establish that an email is fraudulent.

Similarly, SPF relates primarily to whether an IP address was authorised to send mail for the relevant envelope domain at the time of evaluation, while DMARC considers authentication and domain alignment. These mechanisms provide pieces of technical evidence rather than a simple forensic verdict of “genuine” or “fake.”

Can Email Forensics Show Whether an Email Was Actually Sent or Received?

One particularly important forensic question is whether a disputed message was actually received through an email system or whether it may instead have been created locally.

A message created or saved locally can contain convincing From, To, Date, Subject and body information without necessarily possessing the transport metadata expected from an externally delivered message. Consequently, visual appearance alone cannot establish transmission.

An investigator should examine the internal message structure and ask whether it is consistent with the alleged lifecycle of the message. If the evidence is said to be a received email, the examiner may reasonably look for evidence associated with receipt. If it is said to be a draft, sent item or locally generated message, a different set of properties may be expected.

This distinction is especially important where the existence or wording of a particular email is central to an allegation of fraud, misrepresentation, contractual authority, payment diversion or business email compromise.

MSG Files and MAPI Properties

MSG files require a different examination approach. An investigator should not simply convert the MSG to another format and discard the original. The MSG itself may contain MAPI properties and internal structures relevant to determining the characteristics of the message.

These properties may assist in understanding how Outlook or Exchange represented the item, its recipients, attachments and various timestamps. Depending on the circumstances, the MSG may also contain Internet transport header information within a MAPI property, which can be extremely useful when examining a message that originated from SMTP transport.

Forensic tools should therefore parse the MSG structure and expose the relevant properties rather than relying solely upon the rendered email displayed to the examiner.

Can EML or MSG Files Be Altered or Fabricated?

Yes. Neither format should be treated as inherently tamper-proof.

An EML is relatively straightforward to inspect as text and can also be edited or generated. MSG is a more complex structured format, but it can likewise be created or modified using appropriate software or libraries.

For that reason, forensic authenticity should not be based solely upon the fact that a file opens correctly in Outlook or another email client. A fabricated message can potentially be made to look convincing to a human reader.

The examiner should instead look for internal consistency and external corroboration.

How Can a Forensic Examiner Authenticate a Disputed Email?

Where fraudulent activity is alleged, the strongest analysis will often compare the disputed file with independent evidence such as:

  • Exchange Online or other server-side message trace information;
  • email security gateway logs;
  • journaling or archive systems;
  • mailbox or PST/OST evidence;
  • eDiscovery exports;
  • corresponding copies from the sender or recipient;
  • DNS and domain configuration relevant to authentication;
  • DKIM signatures and authentication results;
  • attachment metadata and cryptographic hashes; and
  • other emails sent through the same environment at approximately the same time.

This last point can be especially valuable. If genuine comparison messages from the same organisation contain a consistent set of transport headers, security gateway fields and formatting characteristics, while the disputed message differs materially, that discrepancy may warrant detailed investigation.

Why the Original Electronic Email Evidence Matters

Forensic investigators should ideally obtain the email in the most original and complete electronic form reasonably available. A PDF, screenshot or printout is primarily a visual representation. It normally removes much of the technical evidence needed to investigate message transmission.

Where possible, investigators should preserve the original EML, MSG, PST, mailbox export or other source evidence and calculate cryptographic hashes so that subsequent analysis can be performed on verified working copies.

The provenance of the evidence is also important. An examiner should establish who obtained the file, from which system, by what method, and whether any conversion or processing occurred before it was supplied for examination.

Does Converting MSG to EML Affect Forensic Evidence?

Converting an MSG file into EML—or an EML into MSG—can change how information is represented and may result in properties being transformed, reconstructed or omitted. A converted file should therefore not automatically be described as the original message file.

If conversion is necessary for analysis, good forensic practice is to retain the source file, document the conversion process and distinguish clearly between the source evidence and any derivative copy.

This becomes particularly important in litigation. A technical difference found in a converted file may have been introduced by the conversion process rather than being a characteristic of the original email.

Example: Investigating a Suspected Fraudulent Payment Email

Imagine that a company receives instructions apparently from a senior executive authorising a substantial payment to a new bank account. The payment is made and is subsequently alleged to have been fraudulent.

The visible message might show the executive’s correct name and email address. That alone says little about how the message originated.

A forensic examination could analyse the EML or MSG evidence to determine whether the message contains a plausible transport history, which infrastructure handled it, what authentication checks were recorded, whether the Reply-To or Return-Path differs from the visible From address, and whether the message characteristics correspond with known legitimate emails from the executive.

If Microsoft 365 or another enterprise mail platform was involved, the examiner may then compare those findings with server-side message traces, audit information and security logs. This can help distinguish between possibilities such as sender spoofing, mailbox compromise, account takeover, local fabrication and subsequent modification of evidence.

EML vs MSG: Which Is Better for Email Forensic Investigation?

There is no universal answer. EML is often particularly useful for examining the Internet message and its SMTP/MIME structure, while MSG can preserve valuable Outlook and MAPI properties. In some investigations, having both representations—and preferably access to the source mailbox or server evidence—is considerably more useful than relying on either format alone.

The critical issue is not simply the file extension. It is whether the evidence preserves the information needed to test the factual proposition being made about the email.

For example, if the central allegation is that an externally received email was fabricated, an EML containing the original transport headers may be particularly valuable. If the investigation concerns the state of an Outlook mailbox item, the additional MAPI properties in an MSG file may provide evidence that is not available from a basic EML export.

Frequently Asked Questions About EML and MSG Forensics

Is an EML file an original email?

An EML file can preserve a highly useful representation of an Internet email, including its headers, MIME structure, body and attachments. However, the .eml extension alone does not prove that the file is an original or authentic email. Its provenance and internal structure should be examined and, where possible, corroborated against independent evidence.

Is an MSG file an original email?

An MSG file can be a legitimate preserved Outlook message containing valuable MAPI properties, recipients and attachments. As with EML, the examiner should determine how the MSG was created or exported rather than assuming that the format itself establishes originality.

Can an EML file be edited?

Yes. EML files can potentially be edited or generated. This is one reason an email forensic examiner should analyse the message’s internal consistency, transport history and authentication evidence rather than relying only on its visible contents.

Can an MSG file be edited?

Yes. MSG is a more complex structured format, but appropriate software can create or modify MSG files. The fact that an MSG opens normally in Microsoft Outlook does not by itself establish authenticity.

Is EML better than MSG for proving email fraud?

Not automatically. EML may make Internet headers and SMTP/MIME evidence easier to examine, while MSG can provide valuable Outlook and MAPI properties. The best evidence will depend on the allegation and the systems involved. In a significant fraud investigation, an examiner should ideally seek the source mailbox and relevant server-side evidence in addition to individual email files.

Can a PDF or screenshot prove that an email was genuinely sent?

A PDF or screenshot can show how an email appeared to a user, but it usually provides much less technical evidence than the underlying EML, MSG or mailbox data. It may omit Received headers, authentication results, MAPI properties and other information needed to investigate whether a message was genuinely transmitted.

What should be preserved when email fraud is suspected?

Where possible, preserve the underlying EML or MSG files, relevant mailbox data, attachments, email headers, server-side message traces, audit records and email security gateway logs. The method of acquisition and subsequent handling of the evidence should also be documented.

Conclusion: EML and MSG Evidence in Email Fraud Investigations

When an email is central to an allegation of fraud, a forensic investigation should go considerably further than reading the message displayed on screen.

An examiner may need to analyse EML structure, MSG/MAPI properties, SMTP Received headers, Message-ID values, MIME boundaries, DKIM signatures, SPF and DMARC results, timestamps, attachments and server-side evidence. These elements can then be compared with known genuine messages and independent system records.

Neither an EML nor an MSG file proves authenticity simply by existing. Equally, missing metadata should not automatically be interpreted as evidence of fabrication without considering how the message was created, exported, migrated or preserved.

The purpose of a forensic email investigation is therefore to determine whether the available electronic evidence is technically consistent with the history claimed for the message and to identify anomalies that may indicate alteration, fabrication, spoofing or another form of fraudulent activity.

Where significant financial transactions, litigation or allegations of fraud depend upon disputed email communications, preserving and examining the underlying electronic messages can provide evidence that is simply unavailable from screenshots, PDFs or printed copies.

Need an Email Forensic Investigation?

Where the authenticity, transmission or content of an email is disputed, an email forensic expert can examine the underlying EML, MSG, mailbox and server evidence to determine whether the available technical evidence is consistent with the history claimed for the message.

This type of examination can be particularly relevant to fraud investigations, business email compromise, payment diversion, disputed contractual communications and litigation involving allegedly fabricated or altered emails. Preserving the original electronic evidence before conversion or further processing can materially improve the evidence available for forensic examination.

Email Delivery Evidence | Email Compliance Journal

In my work as an expert witness for email delivery matters, I see many cases where fraud is being alleged. A legal matter often concerns whether an email has been sent, or has been received. One party is usually challenging the provenance of an email that has been sent or received by the other party.

Expert Email Evidence | Cloud Delivery Logs

With cloud-based email systems, email delivery logs are usually present for only a fixed period of time, before being lost. This makes them unavailable for forensic examination, making it harder for an email expert witness to present a clear report. Cloud providers are often reluctant to provide these email transport logs once deleted.

Email Compliance Journal | Expert Evidence Value

For any email system, such scenarios can be prevented by adopting an email compliance archive, or journal. These 3rd party solutions can capture all emails sent and all emails received, and make an envelope copy into immutable storage. The retention period can be set, and is typically 7 years – this is usually dependent on the company legal officer. An example of such as product would be Mimecast.

An email compliance archive usually meets many recognised standards in terms of immutability, and protection from edits. This makes them invaluable as evidence for/against any email delivery claims related to fraud. An email compliance archive will contain envelope copies of all emails typically.

Email compliance archives are not free, but allow an organisation to mitigate any risk of future legal action, whereby there is a claim of fraudulent email delivery.

Example Cases | Importance of an Email Archive

An example of the value of such an email journal archive is the Enron case. And this link: https://qz.com/work/1546565/the-emails-that-brought-down-enron-still-shape-our-daily-lives

There have been many cases whereby email evidence has been deleted from an email system. A compliance email archive can make these emails available for forensic investigation.

A further exampe is the Boeing 737 Max litigation related to the plane’s alleged safety. The litigation process involved a large volume of email evidence, which were likely available due to the presence of a compliance archive, or compliance retention.

Expert Email Witness Help | Email Fraud Investigation

If you need an email expert witness to help you with your email delivery fraud case, then please be in touch today.

Fraudulent Email Evidence Types

As an expert witness in the email forensics field, I get asked to examine various types of digital evidence. Not all email evidence is equal however.

For example, in a recent email expert witness case, I was asked to look these different types of email evidence:

  • PDF copy of an email
  • Screenshot of an email
  • EML copy of an email

Expert Forensic Evidence | Screenshot Email Copy

For the above types, the screenshot copy is the weakest type of email evidence, as the underlying headers cannot be examined. It is easy to fabricate a screenshot of an email.

Expert Forensic Evidence | PDF Email Copy

The PDF copy is also weak evidentially. Similar to the screenshot, the underlying message headers cannot be examined.

Expert Forensic Evidence | EML File

To determine if an email is fraudulent or not, an .EML copy would be the minimum level of evidence to examine. The EML format is supported by the internet message standards.

If one party has an EML file of an email, then this will have a higher evidence weighting compared to a PDF or screenshot.

EML File and Hash Value

If an EML file is provided as evidence, awareness is requried over the fact that it can be edited. EML files are text based and can be manipulated. An EML file together with access to supporting email delivery logs would be strong evidence. A hash value should be taken of any electronic evidence file – this forms a digital (time-based) fingerprint value. Any further edit of the EML file would result in a different hash value, showing it had been edited.

Expert Forensic Evidence | Email Transport Logs

Ideally, this would be supported by the SMTP message transaction logs from the sending and/or the receiving email systems. For cloud email systems, transaction logs may not be available beyond a certain timeframe.

Email Fraud Investigation | Hire Rob Walton

If you have a case which requires an email expert witness to examine an email to determine its provenance, then please contact Rob Walton.

Email Forensics | Message Validity & Forgery

In the area of digital email forensics a common activity is to prove (or disprove) an email is valid.

How can an email be proven to be valid, and not a forgery? Forensically, the level of trust that can be placed on any email message being presented as evidence, will vary. The variance will depend on how much supporting evidence there is.

For example, at the low end of trustworthiness, is a printed copy of an email. This will have no email message header meta-data, and no supporting email SMTP logs.

Expert Forensics | Message Header Analysis

At the higher end of trustworthiness is an electronic copy of an email message that can be opened in an email client, allowing access to the email message headers. The email message headers will show meta-data related to the sending email system, the receiving email system, and the email transport routing between both email systems. This will include the email servers used during the message routing hops. An expected format of an electronic email message copy could be .eml, .msg, or .pst . I cover EML files for email forensics here.

Further veracity can be sought by electronically examining other email correspondence between the same two parties, over a defined period of time. These further emails can provide supporting email messge header analysis that will contain matching patterns that can be expected to be visible on any particular email being examined by the courts.

Forensic Investigation | SMTP Email Standards

It is very difficult to forge an email when it is being sent between different email systems. Careful forensic examination of an alleged forged email will usually show a series of markers that can stongly indicate it as being valid, or being forged.

An email message header is stamped by various values as it send and received – these values are defined by industry standard SMTP RFC standards. For example, SMTP RFC 5321.

Among many key forensic values to be found is the Message ID. This is a unique identifier for an email message. Certain parts of the Message ID will be fixed from any particular email system.

Hire an Expert Email Witness | Rob Walton

If you need an expert witness for your email delivery legal matter, please contact me.

Email Forensics | Read all the evidence

As an email expert witness it is imperative that all the evidence, and associated material is reviewed in detail. No opinion, or view, should be provided to the court without confirming that this has been done.

There have been numerous incidents of an expert witness losing credibility due to having been found to have not read all the evidence. Once example is provided in this link:

https://www.bondsolon.com/news-and-insights/instructing-an-expert-to-produce-a-report-this-recent-high-court-case-highlights-the-importance-of-giving-them-all-the-relevant-information

An expert witness’ role is to provide expert testimony based on reviewing all the available evidence. The lawyer should be providing all of this to the expert witness, but sometimes they fail do so. The expert witness in any email-related court case, should be asking the lawyer to provide each and every artefact.

If an email expert witness loses credibility then this can affect the outcome of the case.

Contact Rob Walton for your email expert witness needs.

Email Transport | Email Threat Defense Gateways

As an email expert witness for hire, it is important to keep up to date with email system technologies. Over the last 30 years there have been significant changes to how we use email, and email systems. Today, cloud technologies have taken over, with most organizations using either Microsoft Office 365, or Google GSuite. It is relatively easy to gain experience in both of these products, but as an email expert witness, that is not enough.

SMTP Transport Flow

A broad knowledge of the SMTP mail transport flow is also required. Also required is a clear understanding of how an organization can have a private email system within a cloud service, where the cloud servers are shared. Being able to explain the security boundaries in place between different email systems for a cloud scenario will add credibility. Deep experience in email systems and email delivery, along with direct experience in a range of email system technologies should be sufficient for a good email expert witness. It cannot be expected to have deep experience in every related product offering.

Threat Defense Gateways | SMTP Expert Witness

With increasing compliance requirements, organizations are increasingly using complementary technologies alongside Microsoft Office 365 and Google GSuite.

Email expert witness knowledge of threat defense gateways that are part of any email system.  Email delivery will be delivered via a gateway server behind the MX record.

Examples, are email archiving systems, and threat defense gateways. A 3rd party threat defense gateway will often be set as the first delivery point for an inbound internet mail, before being passed to the main part of the email system. Logically, the email gateway, and the mailbox email service should be regarded as being within the same email system – in terms of email delivery. They are to be regarded as mail servers within the same email system.

Being able to articulate this, with examples, can be a critical argument to make before having to demonstrate whether an email was deemed to have been delivered into any target email system.

Examples of different threat defense gateways would be: Agari, Proofpoint, Barracuda. These are all feature rich products with a myriad of email threat defense mechanism, such as message hygiene, and mail flow rules. It is usual for any email administrator of any email system to also manage the 3rd party mail gateway (if it is present). Compliance determines that the email platform owner should have jurisdiction and control of their entire email system.

Hire an email security expert to do an Email Security Assessment Report on your email system. This will ensure you are adhering to the latest email security measures.

When a 3rd party email security gateway is used, any email forensics investigation will need to take care when examining the DMARC policy. The email gateway product is an individual component of an overall email system, and should be part of any DMARC policy.

An email system can be tied together by the email domain name, which will be registered within each different entity. For example:

  • MX Record
  • SPF Record
  • Mail flow rules
  • Mailbox storage

Hire Rob Walton | Email Expert Witness

As an effective email expert witness, having a broad set of knowledge across multiple email platforms, and email gateways, means that they will carry high credibiity.

Contact myself, Rob Walton, for a no obligation discussion about your email expert witness requirements.

Forensics Expert | Stick to the Rules

As an expert witness involved in forensic litigation work, it is imperative to stay within the court guidelines. The court expects an expert witness to remain objective, and to not present as biased to either side. The expert witness is there to provide their experience to the matters before the courts.

The article below references a number of UK court cases where the expert witness did not adhere to their intended role. This was to the detriment of the side of the case they were hired to work with.

The witness is paid to assist the defense, or prosecution, and this can lead them to be overly biased. The court will be aware of this, and any transgression of their official role can can act against them.

The various cases in the article show:

  • Overly biased opinions
  • Not cross referencing articles/documents
  • Altering depositions

https://www.fenwickelliott.com/research-insight/annual-review/2021/expert-evidence-english-court-message-experts

Read more about how Rob Walton can provide you will experienced expert witness services in the email forensic area.

Email Matters Court Case News | August 2025

This blog post examines a court case reported in a recent news article covering email expert witnesses, and digital email forensics.

The below email expert witness article is recent feedback from within the UK judiciary system around advice when using expert witnesses.

https://www.theguardian.com/law/2025/aug/08/judge-tells-colleagues-to-be-on-their-guard-over-expert-witness-evidence

A UK supreme court Judge raised concerns about the lack of regulation in the use of expert witnesses. Testimony from an expert witness is a major factor in the outcome of a court case. Accreditation is one way of providing a form of regulation, and this is discussed as a way of ensuring higher standards of expert witness services.

An example of a provider of expert witness accreditation is: https://www.bondsolon.com/expert-witness/expert-witness-certificates/

The importance of an expert witness being impartial is also mentioned, an area mentioned elsewhere in this website.

Unless the court system wish to pay for regulation and certification, I do not believe many expert witnesses will voluntarily wish to get accredited, especially at their own cost.

As an expert, that person will usually be getting paid very well already, and not be relying on court work as their primary income. The court system would need to pay very well to entice expert witnesses to apply.

A better way forward would be to be able to vet any selected expert witness, and have the powers to exclude them from the court case. A poor expert witness can risk a wrongful conviction, or wrongful acquittal.

It is my opinion, that a court system should provide their own expert witness review and approval process. This would be effective regulation.

If you are seeking a truly experienced email expert witness for your court case, then contact Rob Walton today for a free consultation.

Email Expert Witness vs Artificial Intelligence

Artificial Intelligence (AI) is becoming more prevalent in our daily lives. AI is now being discussed in the context of digital email forensics. For example, will AI supersede the need for an email expert witness for your court case?

The short answer is that this is unlikely, at least in the near-term.

There was a recent test trial to gauge the reaction to use of AI for a fictional court case involving digital forensics.

https://lawnews.nz/courts/mock-trial-using-ai-generated-evidence-a-flop-for-the-prosecution

The feedback was that the evidence generated by AI could not be used as there was no visibility for the methods and algorithms used.

An email expert witness provides a wealth of tangible experience that qualifies them to provide a factual opinion. AI may be able to analyze a large volume of technical data, and provide an opinion on any question – however, this is based on an unknown algorithm, and not actual work exeperience.

AI has its place as part of any research being done, but any conclusions should be fact-checked by any expert witness, and used as guidance only.

Other court-related persons, including the Judge, may well use AI as part of researching a case, and this may result in them forming their own opinion prior to engaging with an expert witness. This is not new, with Google, and the internet, being available for many decades.

AI may well be extending into many facets of our daily lives, but for now, this does not cover the role of an expert witness. With AI being used more and more, it is even more important to carefully select an experienced email expert witness for your digital forensics court case. Contact Rob Walton today for an informal consult to discuss your expert witness requirements.

Take the time to read the other articles and blog posts on Global Email Forensics, and gain an insight into the role of an expert email witness.

Choosing an Expert | Level of Experience

When hiring an expert witness in the email field, how much experience should they have to be credible?

The level of credibility an expert witness has in a court process depends on many areas. The amount of experience they have with email systems is high on the list.

Email System Expertise

Email systems experience should show demonstrable time working with different email systems over a long time period. For example, Microsoft Exchange, Exchange Online, Lotus Notes, and Google GSuite. History of using deprecated email systems such as Novell GroupWise is also helpful, as demonstrates a long history of email systems experience.

Email Client Expertise

The list of email clients available is longer than the list of email systems. Forensics experience in a range of email clients should also be expected. For example, Outlook for Mac exports emails in a different format than Outlook for Windows.

SMTP Protocol Expert Experience

The SMTP protocol is a constant thread through all email systems, and any email delivery question will make reference to it.

Selecting an Expert Witness for Litigation

I have worked with many different email systems (and email clients) for over 30 years, which makes me a safe choice if you are looking for a credible expert email witness for your court case. There are not many email expert witnesses out there who have my level of experience, and have stayed current with the current cloud technologies.

Contact Rob Walton today if you wish to discuss your email forensic litigation requirements.