AttachmentBase

AttachmentBase class

Base class for mail attachment.

The AttachmentBase type exposes the following members:

Properties

NameDescription
content_streamGets or sets the content stream.
content_idGets or sets the content id.
headersGets headers collection of attachment.
content_typeGets or sets the type of the content.
transfer_encodingGets or sets the transfer encoding.

Methods

NameDescription
save(stream)
save(file_name)

See Also