PowerBuilder 2025 R2 enhances the SMTPClient object with new features for handling attachments and tracking email delivery/read status.
-
AddAttachmentfunction -- Adds an attachment to the email message using the data that are generated or retrieved dynamically (e.g. from a database blob field). -
DeliveryReceiptproperty -- Requests a delivery receipt when sending emails. This confirms whether the message was successfully delivered to the recipient's mail server. -
ReadReceiptproperty -- Requests a read receipt from the recipient, confirming whether the message has been opened and read.


