AttachmentContentHandler

EmailConvertOptions.AttachmentContentHandler property

A delegate to handle custom processing of email attachments. The delegate takes the attachment name, content type and original attachment stream as parameters and returns the modified attachment stream.

public Func<string, string, Stream, Stream> AttachmentContentHandler { get; set; }

See Also