Appends the contents of a text or html file to the body.
Appends the contents of a text or html file to the body.
public bool AppendBodyFromFile(string);
Appends the contents of a text or html file to the body and explicitly use a file encoding.
public bool AppendBodyFromFile(string,Encoding);