-
Topic
-
I try to retrieve a document having the DocumentReference.
The code works fine for folders having Shared = 0 or 1, but it fails for
Documents in folders having Shared = 2>>>How can I get the Document in Folders where folder.shard=2 (egwSharedIncoming)?
Here is the code:
….Dim oGWDocumentRef As GroupwareTypeLibrary.DocumentReference4
Set oGWDocumentRef = oGWFolder.Messages.Item(Y)
Dim oGWDocument As GroupwareTypeLibrary.Document2
‘ Error occurs on next statement for folders having oGWFolder.Shared=2
Set oGWDocument = oGWDocumentRef.Document
MyDocNbr = oGWDocumentRef.Document.DocumentNumber
….Your help is very much appreciated
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.