This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
(1) Regarding the re-instantiation of NotesDocument objects:
In LotusScript -- under similar circumstances -- it is sufficient to delete the doc object from memory using the Delete operator, then use db.GetDocumentByUNID to re-instantiate. See following code snippet:
unid$ = doc.UniversalID
Delete doc
Set doc = db.GetDocumentByUNID(unid$)
I guess you are accessing the Notes COM interface from VB.NET. Wouldn't the same (or similar) approach be available there?
(2) If using Java is an option, then you might consider doing the whole thing in Java.
Feedback response number JSAK9T5MJF created by ~Tip Zekjumitexakol on 01/26/2015