Hi, I’ve read all the posts on similar issues but can’t see the solution.
We have agents that have worked from 6.0 thru to our upgrade to 8.5.2. Now when processing mail from people to log as events in Client and Personnel DBs, it is asking to save the mail item. Before the move to 8.5.2 it would succesfully process a memo item and flag it and close it, without asking to save etc…
Does anyone know why this no longer works???
I’ve included a snippet of code to show the bare bones of the flagging and closing.
uidoc.EditMode = True
Set doc = uidoc.Document
Call doc.ReplaceItemValue(“procced”, “E”)
Call doc.Save(False, False)
Call RemoveItems
Call doc.Save(False, False)
Call doc.ReplaceItemValue(“SaveOptions”, “0”)
Call uidoc.Close
Hope someone can help.