aspNetEmail

EmailMessage.AppendBodyFromUrl Method

This method scrapes the HTML from a specified URL.

Overload List

This method scrapes the HTML from a specified URL.

public bool AppendBodyFromUrl(string);

Scrapes the HTML from a specified URL.

public bool AppendBodyFromUrl(string,bool);

Appends the contents of a web page to a body.

public bool AppendBodyFromUrl(string,bool,bool);

Appends content from a url to the body.

public bool AppendBodyFromUrl(string,bool,bool,bool,MailEncoding,bool,EmbedImageOption);

See Also

EmailMessage Class | aspNetEmail Namespace