EmailPreviewRecipientDto
A resolved email recipient for preview display.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name of the recipient, if available. |
Display name of the recipient, if available. | ||
| string | Email address of the recipient. | |
Email address of the recipient. | ||
JSON Example
{
"name": "string",
"email": "string"
}