attachment_content_handler property Leave feedback On this page attachment_content_handler property Definition: See Also attachment_content_handler property The delegate used to handle custom processing of email attachments. The delegate receives the attachment name (str), content type (str), and the original attachment stream (io.RawIOBase), and must return a modified attachment stream (io.RawIOBase). Definition: @property def attachment_content_handler(self): ... @attachment_content_handler.setter def attachment_content_handler(self, value): ... See Also class EmailConvertOptions Was this page helpful? Not really Yes, thanks Any additional feedback you'd like to share with us? Skip Send Please tell us how we can improve this page. Skip Send Thank you for your feedback! We value your opinion. Your feedback will help us improve our documentation.