A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.
Since you are using Exchange Server, the encoding change is most likely occurring during Exchange transport content conversion, rather than in Outlook. Exchange can re-encode messages when processing forwarded mail, and Japanese messages may be converted from UTF-8 to ISO-2022-JP depending on the message format and Remote Domain settings.
Could you please run the following command and share the output?
Get-RemoteDomain | fl Name,DomainName,CharacterSet,NonMimeCharacterSet,ContentType
Also, please provide the relevant portions of the Internet headers from both the original and forwarded messages, including:
Content-Type
charset=
Content-Transfer-Encoding
If the original message shows charset="utf-8" and the forwarded message shows charset="iso-2022-jp", Exchange is likely performing the conversion during transport.
Please also note that Exchange Server may perform content conversion when forwarding messages. As a result, the MIME structure or character encoding of a forwarded message may not always be preserved exactly as received. Further review of the message headers and Exchange configuration will help determine whether this is occurring in your environment.
To better understand the scenario, could you also provide:
- Exchange Server version and CU level
- How forwarding is configured (Inbox Rule, Mailbox Forwarding, or Transport Rule)
This information will help determine whether a Remote Domain configuration or Exchange transport setting is causing the UTF-8 to ISO-2022-JP conversion.
For your informatrion, you can refer to:
Content conversion | Microsoft Learn
Message encoding options in Exchange Server | Microsoft Learn
I hope this information helps and look forward to your response.
Note: Please follow the steps in the forum documentation to enable e-mail notifications if you want to receive the related email notification for this thread.