dotmailer SDK: dotMailer.Sdk.Contacts.Importing.ImportReport Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Contacts.Importing.ImportReport Class Reference

Report of the contact import process More...

Public Member Functions

 ImportReport ()
 Constructor
 

Static Public Member Functions

static ImportReport operator+ (ImportReport iReport, ImportReport iReport2)
 Add two import reports together
 

Properties

int NewContacts [get, set]
 Number of new contacts added
 
int UpdatedContacts [get, set]
 Number of contacts updated
 
int GloballySuppressed [get, set]
 Number of contacts that were added to the system global suppression list
 
int InvalidEntries [get, set]
 The number of invalid contacts
 
int DuplicateEmails [get, set]
 The number of duplicate email addresses
 
int Blocked [get, set]
 The number of blocked contacts
 
int Unsubscribed [get, set]
 The number of contacts that have been unsubscribed
 
int HardBounced [get, set]
 The number of hard bounced contacts
 
int SoftBounced [get, set]
 The number of soft bounced contacts
 
int IspComplaints [get, set]
 Number of ISP complaints
 
int MailBlocked [get, set]
 The number of mail blocked contacts
 
int DomainSuppressed [get, set]
 The number of domain suppressed contacts
 
int PendingDoubleOptin [get, set]
 The number of pending double opt-in contacts
 
int Failures [get, set]
 The number of contacts that failed to import
 
IEnumerable< string > FaultedEmailAddresses [a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?" [get, set]
 Gets a list of the faulted email address
 
bool HasBadResults [get]
 Returns true if there are bad results
 

Detailed Description

Report of the contact import process

Constructor & Destructor Documentation

dotMailer.Sdk.Contacts.Importing.ImportReport.ImportReport ( )

Constructor

Member Function Documentation

static ImportReport dotMailer.Sdk.Contacts.Importing.ImportReport.operator+ ( ImportReport  iReport,
ImportReport  iReport2 
)
static

Add two import reports together

Parameters
iReport
iReport2
Returns

Property Documentation

int dotMailer.Sdk.Contacts.Importing.ImportReport.Blocked
getset

The number of blocked contacts

int dotMailer.Sdk.Contacts.Importing.ImportReport.DomainSuppressed
getset

The number of domain suppressed contacts

int dotMailer.Sdk.Contacts.Importing.ImportReport.DuplicateEmails
getset

The number of duplicate email addresses

int dotMailer.Sdk.Contacts.Importing.ImportReport.Failures
getset

The number of contacts that failed to import

IEnumerable<string> dotMailer.Sdk.Contacts.Importing.ImportReport.FaultedEmailAddresses [a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"
getset

Gets a list of the faulted email address

int dotMailer.Sdk.Contacts.Importing.ImportReport.GloballySuppressed
getset

Number of contacts that were added to the system global suppression list

int dotMailer.Sdk.Contacts.Importing.ImportReport.HardBounced
getset

The number of hard bounced contacts

bool dotMailer.Sdk.Contacts.Importing.ImportReport.HasBadResults
get

Returns true if there are bad results

int dotMailer.Sdk.Contacts.Importing.ImportReport.InvalidEntries
getset

The number of invalid contacts

int dotMailer.Sdk.Contacts.Importing.ImportReport.IspComplaints
getset

Number of ISP complaints

int dotMailer.Sdk.Contacts.Importing.ImportReport.MailBlocked
getset

The number of mail blocked contacts

int dotMailer.Sdk.Contacts.Importing.ImportReport.NewContacts
getset

Number of new contacts added

int dotMailer.Sdk.Contacts.Importing.ImportReport.PendingDoubleOptin
getset

The number of pending double opt-in contacts

int dotMailer.Sdk.Contacts.Importing.ImportReport.SoftBounced
getset

The number of soft bounced contacts

int dotMailer.Sdk.Contacts.Importing.ImportReport.Unsubscribed
getset

The number of contacts that have been unsubscribed

int dotMailer.Sdk.Contacts.Importing.ImportReport.UpdatedContacts
getset

Number of contacts updated

Generated by   doxygen 1.8.3