Outlook ReportItem.Body returning messed up encoding for some users

前端 未结 4 1563
梦如初夏
梦如初夏 2021-01-18 12:16

We have a weird issue with Outlook lately that is impacting some users.

If certain users automate the Outlook Client to view bounce backs/ReportItems in a shared inb

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-18 13:13

    Are you sure that the Inbox.Items(Counter) call returns an instance of the ReportItem class? Did you have a chance to check out the MessageClass property?

    Most probably you try to cast an instance of the MailItem class to the ReportItem class. Is that the case?

    Also I'd suggest using any low-level property viewer such as MFCMAPI or OutlookSpy for observing properties at runtime. Do you see "chinese" charactere there?

提交回复
热议问题