aspNetEmail

MimeBodyPart.AppendBodyFromUrl Method

Appends the html content from a URL to the body.

Overload List

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

See Also

MimeBodyPart Class | aspNetEmail Namespace