The Html Form options used when automatically loading a Html Form into an email message body.
| Member Name | Description |
|---|---|
| None | No options used. |
| Form | Load all of the values of the Html form into the email body. |
| QueryString | Load all of the values of the QueryString into the email body. |
| Cookies | Load all of the values of the Cookies into the email body. |
| ServerVariables | Load all of the values of the ServerVariables into the email body. |
| ReplaceUnderscore | Replace underscores in value names with spaces. |
| Referrer | Include the referrer of the page in the email message body. |
| HtmlEncode | HtmlEncodes the results of the form. |
| RequestDetails | A listing of the Request Details |
| All | All of the HtmlFormOptions |
Namespace: aspNetEmail
Assembly: aspNetEmail (in aspNetEmail.dll)