Click or drag to resize
EmailQueueItem Class
Queue item for an email
Inheritance Hierarchy
SystemObject
  AccidentalFish.ApplicationSupport.Core.EmailEmailQueueItem

Namespace: AccidentalFish.ApplicationSupport.Core.Email
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public class EmailQueueItem

The EmailQueueItem type exposes the following members.

Constructors
  NameDescription
Public methodEmailQueueItem
Initializes a new instance of the EmailQueueItem class
Top
Properties
  NameDescription
Public propertyCc
Cc recipients
Public propertyEmailTemplateId
Name of the email template in the email blob store. If null then the Subject, HtmlBody and TextBody properties will be used.
Public propertyFrom
From address
Public propertyHtmlBody
Html body for the email
Public propertyMergeData
Merge data for the email if a template is being used
Public propertySubject
Subject for the email
Public propertyTextBody
Plain text body for the email
Public propertyTo
To recipients
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 a hash function for a particular type.
(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.)
Top
See Also