I have a document loaded up via notesdocument and I’m assiging the “DeliveryReport” field a “C” so I can get a delivery confirmation.
I never receive a confirmation. I do get a confirmation if I send email manually. I’ve checked the properties of the sent document and the field does indeed contain a “C” after sending through the script.
I’ve tried doing a full trace by putting a “T” in the field and I receive the trace document back, but when I change it back to a “C” I do not receive the confirmation.
Am I missing something? I’ve been all over this and nothing.
Thank you!!!
Set item = doc.ReplaceItemValue(“DeliveryReport”, “t” )
or
doc.DeliveryReport=“C”
Call doc.Send(True)