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?)

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top