Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

Symptoms

Assume that you're using Microsoft Outlook to either reply to a message or forward a message that's sent from one of the following environments:

  • Microsoft Exchange Server 2013

  • Microsoft Exchange Server 2010 Service Pack 1 (SP1) or Exchange Server 2010 Service Pack 2 (SP2)

  • Microsoft Exchange Online in Office 365

In this situation, Japanese double-byte character set (DBCS) characters that appear in any of the following fields of the message become corrupted:

  • The display name of the sender

  • The display name of the recipients

  • The subject of the message

  • The file name of an attachment

  • The message body

This issue occurs if the field contains single-byte Kana characters.

Note This issue also occurs in posted items in public folders.

Cause

This issue occurs because the value of the PR_INTERNET_CPID MAPI property of the message is stamped as 50222 by Exchange RPC Client Access service or Outlook Web App. Because of a restriction in Outlook, the code page 50222 characters are corrupted.

Resolution

To resolve this issue, use one of the following methods, as appropriate for your situation.

Use the Exchange Management Shell to change the value of the PreferredInternetCodePageForShiftJis parameter to 50220. To do this, follow these steps:

  1. Open the Exchange Management Shell.

  2. Run the following commands:

    Set-OrganizationConfig -PreferredInternetCodePageForShiftJis:50220 
    Get-RemoteDomain | Set-RemoteDomain -PreferredInternetCodePageForShiftJis:50220 


Upgrade to Exchange Server 2010 Service Pack 2 (SP2) and then install the following update rollup:

2661854 Description of Update Rollup 2 for Exchange Server 2010 Service Pack 2After you install this update rollup, use the Exchange Management Shell to change the value of the PreferredInternetCodePageForShiftJis parameter to 50220. To do this, follow these steps:

  1. Open the Exchange Management Shell.

  2. Run the following commands:

    Set-OrganizationConfig -PreferredInternetCodePageForShiftJis:50220

    Get-RemoteDomain | Set-RemoteDomain -PreferredInternetCodePageForShiftJis:50220 

Note The PreferredInternetCodePageForShiftJis parameter is available only after you install Update Rollup 2 for Exchange Server 2010 Service Pack 2. 

Use Exchange Online PowerShell to change the value of the PreferredInternetCodePageForShiftJis parameter to 50220.

  1. Connect to Exchange Online by using PowerShell. For more information about how to do this, see Connect to Exchange Online using remote PowerShell.

  2. Run the following commands:

    Set-OrganizationConfig -PreferredInternetCodePageForShiftJis:50220 
    Get-RemoteDomain | Set-RemoteDomain -PreferredInternetCodePageForShiftJis:50220 


Workaround

To work around this issue, do not use single-byte Kana characters in the ISO-2022-JP encoded message. For example, use UTF-8 encoded characters in the message instead.

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

이 정보가 유용한가요?

사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×