NameEmail
Validate a name and email address combination, as specified by RFC 5322.
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | str | The name part of the name and email address combination, which is inferred from the email address if not explicitly provided. |
str | The email address part of the name and email address combination. |
Constructor
Signature
def NameEmail(
name: str,
email: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| name | str | The display name associated with the email address. |
str | The validated email address string. |
Signature
def NameEmail(
name: str,
email: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| name | str | The display name associated with the email address. |
str | The validated email address string. |