SoftadminUtil.Email_ValidateEmailAddresses
Type:
Table-valued function
Parameters
@Txt
mandatory
nvarchar(max)
Either a single email address or a separated list of email addresses.
@Separator
mandatory
varchar(300)
The separator between email addresses.
Resultsets
Resultset: @ReturnTable
Every element in the separated list is individually validated and returned on its own row in the return table.
Table count:
repeated exactly once
Row count:
zero or more rows
Columns
Id
mandatory
int
An ID representing the position of the parsed email address in the separated list.
EmailAddress
mandatory
string
The email address parsed from the separated list.
ErrorCode
mandatory
int
A formally valid email address has a return code of 0.
ErrorMessageSwe
mandatory
string
A descriptive error message in Swedish.
ErrorMessageEng
mandatory
string
A descriptive error message in English.