Name | Description | |
---|---|---|
CatchAllDomain | If true, this is a catch all domain. If false, it is not a catch all domain. If null, the catch all domain check was not run. | |
ContactId | Holds the primary key for the contact in your database. | |
Domain | The domain of the email address | |
Elapsed | The time it took to validate the email address | |
EmailAddress | The email address validated | |
EndTime | The time validation ended for this email | |
IsValid | If true the email address is valid | |
Log | A log of all the validation performed against this email address | |
MailServer | The preferred mail server for the domain | |
MxRecords | A list of the mail exchange records for the domain | |
Options | The validation options chosen to validate this address | |
Retries | Retries performed after an SMTP timeout | |
StartTime | The time validation started for this email | |
Status | The status of the validation | |
StatusDescription | The reason why the validation failed | |
User | Property Get/Set for User | |
UserMessage | Returns a nice message to display to the user when there is a problem | |
ValidationOptionResults | A list of individual Validation Options and whether they Passed, Failed etc. |