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