Question:
Can anyone tell me if you can use the Delphi Active X and request read receipts...
The article http://www.chilkatsoft.com/p/p_313.asp
Is a good resource but the Delphi Active X doesn't contain the method AddHeaderField() so am I stuck or what...?
Try email.ReturnReceipt := 1;
Unfortunately the ReturnReceipt property also doesn't exist for this object.
Which object are you using?
I am not entirely sure, the dll supplied to me is done so by the parent company, from there I take the end user requests for modifications and supply the alterations. The methods and properties lead me to believe that its the Delphi object...
The version is 9.3.0.0 but I doubt that tells you anything more than it tells me...