Wednesday, April 29, 2009

Chinese Delivery Status Notifications In Outlook 2002

If you are running Outlook 2002 with Exchange 2007, you may receive Delivery Status Notification Messages that appear to be Chinese. They are not. Exchange 2007 sends HTML DSN's in a format that Outlook 2002 may not be able to display. To resolve, turn off HTML format of DSN messages. This is done with the command

Get-TransportServer|Set-TransportServer -InternalDSNSendHtml $False

No comments: