11.07.2015 Views

Reference Guide - Melissa Data

Reference Guide - Melissa Data

Reference Guide - Melissa Data

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Email Object FunctionsEmail ObjectSyntaxCCOMStringValue = object->GetDomainName();StringValue = mdEmailGetDomainName(object);StringValue = object.DomainNameGetTopLevelDomainThis function returns the top-level domain name portion of the email address passed to theVerifyEmail function, including any changes or corrections that have been made by Email Object.This returns a string value containing the top-level domain name portion of the corrected emailaddress, such as “com.” If the final address is “jsmith@melissadata.com,” this function just returns“com.”SyntaxCCOMStringValue = object->TopLevelDomain();StringValue = mdEmailGetTopLevelDomain(object);StringValue = object.TopLevelDomainGetTopLevelDomainDescriptionThis function returns the long-form description of the top-level domain name portion of the emailaddress passed to the VerifyEmail function. This description is found in the mdEmail.dat data file andcan be modified in the [Tld] section of the mdEmail.cfg file. See Modifying Settings for Email Objecton page 19.This returns a string value containing the long form description of the top-level domain name portionof the corrected email address.SyntaxCCOMStringValue = object->TopLevelDomainDescription();StringValue = mdEmailGetTopLevelDomainDescription(object);StringValue = object.TopLevelDomainDescriptionGetEmailAddressThis function returns the email address passed to the VerifyEmail function, including any changes orcorrections that have been made by Email Object.This returns a string value containing the corrected version of the email address passed to VerifyEmailfunction.18

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!