aspNetEmail

EmailMessage.LoadHtmlForm Method

Automatically loads the values of a Html posted form into the body of an email.

Overload List

Automatically loads the values of a Html posted form into the body of an email.

public void LoadHtmlForm();

Automatically loads the values of a Html posted form, based upon HtmlFormOptions

public void LoadHtmlForm(HtmlFormOptions);

Automatically loads the values of a Html posted form, based upon HtmlFormOptions

public void LoadHtmlForm(string,HtmlFormOptions);

Automatically loads the values of a Html posted form, based upon HtmlFormOptions

public void LoadHtmlForm(string[],HtmlFormOptions);

See Also

EmailMessage Class | aspNetEmail Namespace