aspNetEmail

EmailMessage.AppendBodyFromFile Method

Appends the contents of a text or html file to the body.

Overload List

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);

See Also

EmailMessage Class | aspNetEmail Namespace