change outlook MailItem icon

こ雲淡風輕ζ 提交于 2019-12-04 06:22:29

Here are the steps required to use custom icons within Outlook:

  1. You need to assign a custom MailItem.MessageClass (IPM.Note.MyCompany.MyExportedItem) to your exported items.
  2. Create a replacement Form Region matching the MessageClass
  3. Assign the Icons in the Properties Pane of the Form Region Designer.
  4. Re-deploy your VSTO Add-In with the Custom Form Region.

This MSDN forum post also describes the process.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!