ExtraText property
Type: String, read-only
Extra email address text returned from a successful syntax
validation. This will be an empty string unless hexVeOptionAllowExtraText
is added to the Options
property. When extra text is allowed, it is collected from quoted
strings, comments in parentheses, and words outside the angle
brackets.
Example
After validating:
"Hexillion" word <(a comment)info@example.com>
ExtraText will contain
"Hexillion" word (a comment)
|