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...
I know that I can get nodes by webdav with that link
http://xyz/livelinkdav/nodes/MY_OBJ_ID
but can I get Favorites?
the situation :
I want to get the livelink id of a selected folder on mapi list (outlook folder list)
my problem is, most of user use theirs favorites folder. these favorites...
I found by myself (it was stupid)
I just search every folder where rootfolder = objId of the new one
I just need to add each result in a db because I get each folder with its parent.
the first idea was recreate my livelink tree of folder for some specified location
tank you for asking
I try this but not working
newDirFields(0) = "RESOURCE_PARSENAME"
newDirValues(0) = folderName
newDirFields(1) = "urn:x-opentext-com:ll:properties:nodeid"
newDirValues(1) = "751" 'email folder id
davFiles.AddNew newDirFields, newDirValues
I finaly found a way to upload something to livelink y webdav
but I still try to create an "email folder"
like open an ADODB.Record.Fields(X).value = xxx, I try but I need to change urn:x-opentext-com:ll:properties:typeid
and for the moment, I cant, its maybe just the syntax, if anyone know?
did anyone know how to, in vba, move a file to somewhere else
or
how to upload an email attachment to a specied folder
I can move an email and is attachment by mapifolder
but I want to move it on different folder
sample:
email 1, containing 2 different attachment
I want to move email 1 in a...
I found something
func=search&lookfor1=complexquery&where1=(OTSubType : 0) AND "(01234)"
I can get only folder
now I need to get that information in vba
can we search special char, because I try with braket but I think he trim them?
I found, on the local livelink searching tools , an option for SystemAttributes
I can specified folder and I get only folder,
so I just need to know how to use it on get var.
I try the objtype, but, whatever I use, always same result, seems dont care on search
(example of objtype are like exe?func=ll&objType=2&objAction=Create&sourceID=2250&parentID=2000&nexturl
its for object creation
I still searching..
tank you
did anyone have an example of vba to get xml answer from livelink search api?
how get xml result of something like this?
http://mypage.com/livelink/livelink.exe?func=search&nlq=Outlook+Livelink&nlqmode=livelinkaware&outputformat=xml"
for the moment I try standard thing like MSXML2, I look at...
its because I want to searche a folder who's containing an id
example Id:QW3RTY
the folder name can be "a dummy folder name for QW3RTY"
I know I have only 1 solder name containing QW3RTY,
but there's files, somewhere in the enterprise tree with QW3RTY in their name, and I dont want those...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.