Click or drag to resize

ReadReceiptBuilder Class

You can use this class to create a read receipt (MDN) email.
Inheritance Hierarchy
SystemObject
  Limilabs.MailReadReceiptBuilder

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

The ReadReceiptBuilder type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDeletedSubjectTemplate
Gets or sets deleted reply template for the subject.
Public propertyDeletedTextTemplate
Gets or sets plain text version of the read reply template.
Public propertyDeniedSubjectTemplate
Gets or sets denied reply template for the subject.
Public propertyDeniedTextTemplate
Gets or sets plain text version of the denied reply template.
Public propertyDispatchedSubjectTemplate
Gets or sets dispatched reply template for the subject.
Public propertyDispatchedTextTemplate
Gets or sets plain text version of the dispatched reply template.
Public propertyProcessedSubjectTemplate
Gets or sets processed reply template for the subject.
Public propertyProcessedTextTemplate
Gets or sets plain text version of the processed reply template.
Public propertyReadSubjectTemplate
Gets or sets read reply template for the subject.
Public propertyReadTextTemplate
Gets or sets plain text version of the read reply template.
Public propertyTemplateKeys
Gets a dictionary of additional template keys, that are used when rendering subject and text templates.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWas
Creates MailBuilder class that can be used to create read receipt for email.
Public methodWasDeleted
Creates MailBuilder class that can be used to create read receipt for manually deleted email.
Public methodWasDeletedAutomatically
Creates MailBuilder class that can be used to create read receipt for automatically deleted email.
Public methodWasDispatched
Creates MailBuilder class that can be used to create read receipt for manually dispatched email.
Public methodWasDispatchedAutomatically
Creates MailBuilder class that can be used to create read receipt for automatically dispatched email.
Public methodWasDisplayed
Creates MailBuilder class that can be used to create read receipt for manually displayed email.
Public methodWasDisplayedAutomatically
Creates MailBuilder class that can be used to create read receipt for automatically displayed email.
Public methodWasProcessed
Creates MailBuilder class that can be used to create read receipt for manually processed email.
Public methodWasProcessedAutomatically
Creates MailBuilder class that can be used to create read receipt for automatically processed email.
Top
See Also