How to search for the name of the UserProperty in Outlook.MailItems, not their value

大城市里の小女人 提交于 2019-12-06 14:56:18

No, you need to know the GUID. All use properties in OOM use the GUID of {00020329-0000-0000-C000-000000000046} (which is PS_PUBLIC_STRINGS).

Take a look at existing messages with OutlookSpy (select the message, click IMessage button) - when you select a named property (bolded) OutlookSpy will show its GUID, id, and the DASL name.

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