livelink

Move/copy a folder with its children to Livelink

你。 提交于 2020-01-16 19:11:59
问题 I'm already using the following code to copy a file to Livelink: Public Function saveFileLL(target As Long, pathSource As String, fileName As String) As Boolean Dim dav As New ADODB.Record Dim files As New ADODB.Recordset Dim objStream As New ADODB.Stream Dim url As String If Not Val(Nz(target, 0)) > 0 Or Not pathSource Like "*.*" Or Not fileName Like "*.*" Then saveFileLL = False Exit Function End If url = URL_LIVELINK_DAV & target dav.Open url, , adModeReadWrite Set files = dav.GetChildren

livelink mapi outlook objId

拥有回忆 提交于 2020-01-06 07:18:52
问题 I am searching for a way to get the livelink objId from a MAPIFolder object (Outlook VBA). I can get the path but its useless when the MAPI comes from favorites. I look at this Is there a list of IDs for the Outlook MAPI namespace? but that's not really helping. I searched in each variable of MAPIFolder, looked at xml values, and I don't know what to do, where else to look. (Are there any livelink/Outlook developers?) 回答1: I don't have any direct experience with automating LiveLink's Outlook

livelink mapi outlook objId

空扰寡人 提交于 2020-01-06 07:18:07
问题 I am searching for a way to get the livelink objId from a MAPIFolder object (Outlook VBA). I can get the path but its useless when the MAPI comes from favorites. I look at this Is there a list of IDs for the Outlook MAPI namespace? but that's not really helping. I searched in each variable of MAPIFolder, looked at xml values, and I don't know what to do, where else to look. (Are there any livelink/Outlook developers?) 回答1: I don't have any direct experience with automating LiveLink's Outlook

OpenText Content Server Search API: Retrieve a file's category data via URL link in XMLformat?

六月ゝ 毕业季﹏ 提交于 2019-12-24 01:20:00
问题 I've been looking long and hard at documentation and have been googling non-stop but I am falling short. I am using the OpenText Content Server Search API. My goal: I would like to be able to fetch a file via URL, e.g. livelinkhost.mycompany.com?func=doc.fetch&nodeid=3670464" HOWEVER, I would like to be able to grab that individual file's data stored in its Category section and output it as XML using &outputformat=xml The documentation makes it seem like this is not possible and I feel I am

Accessing folders in Outlook with VBA

微笑、不失礼 提交于 2019-12-10 11:10:01
问题 I'm using the following to move a mail to a folder in Outlook. Dim chemin() as String chemin = Split(path, "/") Set myNameSpace = Application.GetNamespace("MAPI") Set myFolder = myNameSpace.Folders("LiveLink").Folders("Livelink HQE").Folders("Entreprise").Folders(chemin(1)).Folders(chemin(2)).Folders(chemin(3)) myEntryID = myFolder.EntryID myEntryID = myFolder.StoreID objMail.Move myNameSpace.GetFolderFromID(myEntryID, storeID) Everything is actually working. As you can see, the folder is