MhtmlRenderingOptions.SelectAttachments

MhtmlRenderingOptions.SelectAttachments method

Selects multiple attachments for rendering by their URLs.

public void SelectAttachments(IEnumerable<string> attachmentUrls)
ParameterTypeDescription
attachmentUrlsIEnumerable`1An enumerable collection of attachment URLs to select.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when attachmentUrls is null.

See Also