Class Converter
Class used for converting html files to MIME document with embeded resourses.
Inheritance
System.Object
Converter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.MIME.Base.Utilities
Assembly: Syncfusion.MIME.Base.dll
Syntax
public class Converter
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 |