How do I get a list of recipients whose mailbox I have shared access to via Outlook Interop

你说的曾经没有我的故事 提交于 2019-12-13 19:18:17

问题


I'm trying to get some information on the recipients whose mailboxes I have shared access to. I know this can be found via OutlookSpy (IMAPISession -> OpenProfileSection -> 00020D0A-0000-0000-C000-00000000004 -> 0x0390), but I don't know where I can get this information via Outlook Interop.

Thanks.


回答1:


If Outlookspy has the infomation you want then you can use the redemeption libs to get the mapi infomation you want in the same way. They a have a lib called profman



来源:https://stackoverflow.com/questions/2162788/how-do-i-get-a-list-of-recipients-whose-mailbox-i-have-shared-access-to-via-outl

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