This function can be used to check whether a given email address, or a separated list of email addresses, is formally valid for the given type.
If no separation should be done (i.e. when supplying only a single address) set the @Separator parameter to null.
Possible value | Description |
---|---|
International |
Will allow any character before and after the "@". Use this when the purpose of the email is storage only, as Softadmin will not be able to send emails to addresses with international domains. |
InternationalLocalPart |
Will allow any character before the "@". Use this when the purpose of the email is storage only, as Softadmin will not be able to send emails to addresses with international characters. |
Strict | Will only allow certain special characters, numbers, and characters from the english alphabet before the "@". |
An ID representing the position of the parsed email address in the separated list.
The email address parsed from the separated list.
Whether or not the email is valid.