render_all_attachments property

render_all_attachments property

Gets or sets a value indicating whether to render all attachments found in the MHTML document. When true (default), all attachments are rendered. When false, only explicitly selected attachments are rendered.

Definition:

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

See Also