Globals / SentEmailDto
# Interface: SentEmailDto
Sent email details
export
interface
SentEmailDto
# Hierarchy
- SentEmailDto
# Index
# Properties
# Properties
# attachments
• Optional
attachments: Array<string>
Defined in src/generated/api.ts:3202 (opens new window)
Array of IDs of attachments that were sent with this email
memberof
SentEmailDto
# bcc
• Optional
bcc: Array<string>
Defined in src/generated/api.ts:3208 (opens new window)
memberof
SentEmailDto
# body
• Optional
body: string
Defined in src/generated/api.ts:3214 (opens new window)
memberof
SentEmailDto
# bodyMD5Hash
• Optional
bodyMD5Hash: string
Defined in src/generated/api.ts:3220 (opens new window)
MD5 Hash
memberof
SentEmailDto
# cc
• Optional
cc: Array<string>
Defined in src/generated/api.ts:3226 (opens new window)
memberof
SentEmailDto
# charset
• Optional
charset: string
Defined in src/generated/api.ts:3232 (opens new window)
memberof
SentEmailDto
# from
• Optional
from: string
Defined in src/generated/api.ts:3238 (opens new window)
memberof
SentEmailDto
# id
• Optional
id: string
Defined in src/generated/api.ts:3244 (opens new window)
ID of sent email
memberof
SentEmailDto
# inboxId
• Optional
inboxId: string
Defined in src/generated/api.ts:3250 (opens new window)
Inbox ID email was sent from
memberof
SentEmailDto
# isHTML
• Optional
isHTML: boolean
Defined in src/generated/api.ts:3256 (opens new window)
memberof
SentEmailDto
# replyTo
• Optional
replyTo: string
Defined in src/generated/api.ts:3262 (opens new window)
memberof
SentEmailDto
# sentAt
• sentAt: Date
Defined in src/generated/api.ts:3268 (opens new window)
memberof
SentEmailDto
# subject
• Optional
subject: string
Defined in src/generated/api.ts:3274 (opens new window)
memberof
SentEmailDto
# to
• Optional
to: Array<string>
Defined in src/generated/api.ts:3280 (opens new window)
Recipients email was sent to
memberof
SentEmailDto
# userId
• Optional
userId: string
Defined in src/generated/api.ts:3286 (opens new window)
User ID
memberof
SentEmailDto