Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mapifolder -> livelink id (objId) , outlook vba

Status
Not open for further replies.

forX

Programmer
Aug 30, 2011
33
CA
is there any way to get objId of mapifolder of livelink folder?

in vba
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top