Class Converter
Class used for converting html files to MIME document with embeded resourses.
Inheritance
System.Object
Converter
Namespace: Syncfusion.MIME.Base.Utilities
Assembly: Syncfusion.MIME.Base.dll
Syntax
public class Converter : Object
Constructors
Converter(IMIMEDocument, String)
Constructor.
Declaration
public Converter(IMIMEDocument doc, string fileToRead)
Parameters
| Type | Name | Description |
|---|---|---|
| IMIMEDocument | doc | document to fill |
| System.String | fileToRead | path to HTML file to modify |