attachment_content_handler property

attachment_content_handler property

The delegate that processes email attachments, taking the attachment name, content type, and original attachment stream and returning a modified attachment stream.

Definition:

@property
def attachment_content_handler(self):
    ...
@attachment_content_handler.setter
def attachment_content_handler(self, value):
    ...

See Also