Skip to main content

NameEmail

Validate a name and email address combination, as specified by RFC 5322.

Attributes

AttributeTypeDescription
namestrThe name part of the name and email address combination, which is inferred from the email address if not explicitly provided.
emailstrThe email address part of the name and email address combination.

Constructor

Signature

def NameEmail(
name: str,
email: str
) - > null

Parameters

NameTypeDescription
namestrThe display name associated with the email address.
emailstrThe validated email address string.

Signature

def NameEmail(
name: str,
email: str
) - > null

Parameters

NameTypeDescription
namestrThe display name associated with the email address.
emailstrThe validated email address string.