-
Topic
-
How can I create a Mail with an Documentreferende attached.
When I use the Folders.messages function it retrieves only the mails not the DocumentreferencesI use the following code
Set newdoc = lib.Documents.AddEx(“c:ftpform.xls”, , Folder_Best)
Set Folder_Best = acc.AllFolders.ItemByName
For Each Message In Folder_Best.Messages
If Message.ClassName
= “GW.MESSAGE.DOCUMENTREFERENCE” Then
‘Vergleiche Nummer
End If
Next
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.