EmailStatus

Represents the status of an email address

Alias This

valid

Self aliases to a bool representing if the email is valid or not

Members

Functions

toString
string toString()

Properties

domainPart
string domainPart [@property getter]
localPart
string localPart [@property getter]
status
string status [@property getter]
statusCode
EmailStatusCode statusCode [@property getter]
valid
bool valid [@property getter]

Meta