The following entry in found in the log file:
Unable to find mapping for MIME character set 'iso-8859-15. At first look, it appears that the message was not migrated.
This appears for various reasons, including
This is caused by the relavant codepage not being installed on the Migration console
RESOLUTION
The code is calling a system function GetCharsetInfo to find out more about a character set identified as “ISO-8859-15”.
The code pages a given system knows about are listed in HKey_Classes_Root\MIME\Database
If there is no mapping for “ISO-8859-15” in that registry, then NME will fall back to a default character set mapping.