Click or drag to resize

LeadEmail Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Analytics.LeadsLeadEmail

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class LeadEmail : DbObject

The LeadEmail type exposes the following members.

Constructors
  NameDescription
Public methodLeadEmail
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAdditionalMessage
Gets or sets the additional email message.
Public propertyConnection (Inherited from DbObject.)
Public propertyEmailLeadTemplate
Gets or sets the email template file.
Public propertyEmailSentDate
Gets or sets the email sent date.
Public propertyEmailSubject
Gets or sets the email subject.
Public propertyID (Inherited from DbObject.)
Public propertyIsActionAllowed
Gets or sets a value indicating whether to include links with actions to lead mail.
Public propertyIsNew (Inherited from DbObject.)
Public propertyIsScheduledActive
Gets or sets the value, which indicates whether scheduled sending is active or not.
Public propertyLeadsLimit
Gets or sets the value, which indicates how to send the email, one mail per lead or aggregate a few leads in one mail
Public propertyLeadStates
Gets or sets the the lead states for the filtering by state.
Public propertyLeadWebsite
Gets or sets the website (area) of the lead.
Public propertyRecipientEmails
Gets or sets the recipients email list.
Public propertyRepeatPeriod
Gets or sets the value, which indicates how many times repeate scheduling sending.
Public propertyRepeatUnits
Gets or sets the value, which indicates when to repeat email sending.
Public propertyScheduledDate
Gets or sets the email scheduled sent date.
Public propertySenderEmail
Gets or sets the sender email.
Public propertySenderName
Gets or sets the sender name.
Public propertySendParameter
Gets or sets the value, which indicates when to repeat email sending.
Public propertyTransaction (Inherited from DbObject.)
Public propertyVisitorId
Gets or sets the sender name.
Top
Methods
  NameDescription
Public methodCreateLeadEmailScheduledTask
Creates the scheduled task for email sending.
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetActiveScheduledEmails
Returns all active lead scheduled emails.
Public methodStatic memberGetLeadEmails
Returns all lead emails.
Public methodStatic memberGetLeadEmailsById
Returns lead email by ID.
Public methodStatic memberGetLeadEmailsByVisitorIdAndDate
Returns lead emails by visitor ID.
Public methodStatic memberGetLeadScheduledEmails
Returns all lead scheduled emails.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Public fieldStatic memberLeadEmailScheduledTaskName
Top
See Also