ForwardBuilder Properties |
The ForwardBuilder type exposes the following members.
Name | Description | |
---|---|---|
CreatePlainTextAutomatically |
Gets or sets a value indicating if plain text version of a body is extracted from HTML when Html property is set.
Default is true.
| |
Html |
Gets or sets HTML version of the reply. Extracts plain text from HTML and also sets Text property.
| |
HtmlReplyTemplate |
Gets or sets HTML version of the reply template.
| |
IncludeAttachments |
Gets or sets the value that specifies if NonVisuals collection is copied to resulting email.
| |
SubjectReplyTemplate |
Gets or sets reply template for the subject.
| |
TemplateKeys |
Gets a dictionary of additional template keys, that are used when rendering subject and text templates.
| |
Text |
Gets or sets plain text version of the reply. Please remember that setting Html will override plain text.
| |
TextReplyTemplate |
Gets or sets plain text version of the reply template.
|