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!

livelink webdav email attachment vba upload/move

Status
Not open for further replies.

forX

Programmer
Aug 30, 2011
33
CA
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 livelink folder
attachment 1, go to a diffent livelink folder (copy or move)
attachment 2, go to a diffent livelink folder than email and attachment 1 (copy or move)

I can use webdav, but I dont know how use it to move something

any tips?

tank you
 
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?
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top