Appends the html content from a URL to the body.
Appends the html content from a URL to the body.
public bool AppendBodyFromUrl(string);
Appends URL content to the MimeBodyPart.
public EmbeddedObject[] AppendBodyFromUrl(string,bool,bool);
Appends URL content to the MimeBodyPart.
public EmbeddedObject[] AppendBodyFromUrl(string,bool,bool,string);
Appends URL content to the MimeBodyPart.
public EmbeddedObject[] AppendBodyFromUrl(string,bool,bool,string,EmbedImageOption);