of course
I work with outlook (vba)
Livelink is linked with it (in folder list)
I can get a folder (mapifolder) with Application.GetNamespace("MAPI")
and so on until the good one
but now I need to get the objId of livelink of the mapifolder that I found.
I have a database with a big part of livelink. So I can compare mapi.path with my db.
But that doesnt cover all our livelink db.
And, when a folder comming from a favorites, the path is like /livelink/Favorites/folderExample (when I need /livelink/enterprise/.../folderExample)
I need objId because I work a lot with webdav.
but I cant(dont know how) use somethings else than
so, I'm searching a way to get the objId.
But if theres another way to get, at worst, the real full path, I can live with that.
tank you