This method scrapes the HTML from a specified URL.
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);