Hi,I am using doc.send(true) in lotus notes to send a document, and update the document status after making sure the document has been send successfully. something like this logic:
call doc.send(true)
if doc has been send successfuly then
doc.Status = “Processed”
endif
Now, my question is how can I decide the doc.send(true) returns successful result?
Thanks