Click or drag to resize

ReplyBuilder Class

You can use this class to create a reply from specified email.
Inheritance Hierarchy
SystemObject
  Limilabs.MailReplyBuilder

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public class ReplyBuilder

The ReplyBuilder type exposes the following members.

Constructors
  NameDescription
Public methodReplyBuilder
Creates new ReplyBuilder object.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReply(String)
Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties.
Public methodReply(MailBox)
Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties.
Public methodReplyToAll(String)
Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties.
Public methodReplyToAll(MailBox)
Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also