MhtmlRenderingOptions.ExcludedAttachments

MhtmlRenderingOptions.ExcludedAttachments property

Gets the set of attachment URLs to exclude from rendering. Only used when RenderAllAttachments is true.

public ISet<string> ExcludedAttachments { get; }

See Also