MhtmlRenderingOptions.RenderAllAttachments

MhtmlRenderingOptions.RenderAllAttachments 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.

public bool RenderAllAttachments { get; set; }

See Also