EmailRecipientDto
Email recipient DTO
Properties
| Name | Type | Description |
|---|---|---|
| email* | string | Email address |
Email address | ||
| name | string | Display name |
Display name | ||
JSON Example
{
"email": "user@example.com",
"name": "string"
}
Contained in Schemas
- CreateMailboxDraftRequest Request to create a mailbox draft, extending the email service contract with practice document attac...
- ExternalMailboxEmailDetailResponse Full email detail response with body content fetched on-demand from the provider
- GetMessageResponse Response for get message request containing full message details
- ReplyMailboxEmailRequest Request to reply to a mailbox message, extending the email service reply contract with practice docu...
- SendMailboxEmailRequest Request DTO for sending a new email from a tenant's connected mailbox.
- UpdateMailboxDraftRequest Request to update a mailbox draft, extending the email service contract with references to existing ...