Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top