Click or drag to resize

ForwardBuilder Properties

The ForwardBuilder type exposes the following members.

Properties
 NameDescription
Public propertyCreatePlainTextAutomatically 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.
Public propertyHtml Gets or sets HTML version of the reply. Extracts plain text from HTML and also sets Text property.
Public propertyHtmlReplyTemplate Gets or sets HTML version of the reply template.
Public propertyIncludeAttachments Gets or sets the value that specifies if NonVisuals collection is copied to resulting email.
Public propertySubjectReplyTemplate Gets or sets reply template for the subject.
Public propertyTemplateKeys Gets a dictionary of additional template keys, that are used when rendering subject and text templates.
Public propertyText Gets or sets plain text version of the reply. Please remember that setting Html will override plain text.
Public propertyTextReplyTemplate Gets or sets plain text version of the reply template.
Top
See Also