Reply |
The ReplyBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| ReplyBuilder | Creates new ReplyBuilder object. |
| 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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Reply(MailBox) | Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties. | |
| Reply(String) | Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties. | |
| ReplyToAll(MailBox) | Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties. | |
| ReplyToAll(String) | Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |