livelink mapi outlook objId

拥有回忆 提交于 2020-01-06 07:18:52

问题


I am searching for a way to get the livelink objId from a MAPIFolder object (Outlook VBA).

I can get the path but its useless when the MAPI comes from favorites.

I look at this Is there a list of IDs for the Outlook MAPI namespace? but that's not really helping.

I searched in each variable of MAPIFolder, looked at xml values, and I don't know what to do, where else to look.

(Are there any livelink/Outlook developers?)


回答1:


I don't have any direct experience with automating LiveLink's Outlook Integration, but if their solution is MAPI Message Store Based (like our competing DMS integration product), your best bet would be to install OutlookSpy and look for a named property containing the livelink ID.

There doesn't have to be one, but it is the most straightforward approach to support third party automation/integration.



来源:https://stackoverflow.com/questions/7969823/livelink-mapi-outlook-objid

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