Globals / EmailProjection
# Interface: EmailProjection
A compact representation of a full email. Used in list endpoints to keep response sizes low. Body and attachments are not included. To get all fields of the email use the getEmail
method with the email projection's ID. See EmailDto
for documentation on projection properties.
export
interface
EmailProjection
# Hierarchy
- EmailProjection
# Index
# Properties
# Properties
# attachments
• Optional
attachments: Array<string>
Defined in src/generated/api.ts:1515 (opens new window)
memberof
EmailProjection
# bcc
• Optional
bcc: Array<string>
Defined in src/generated/api.ts:1521 (opens new window)
memberof
EmailProjection
# bodyMD5Hash
• Optional
bodyMD5Hash: string
Defined in src/generated/api.ts:1527 (opens new window)
memberof
EmailProjection
# cc
• Optional
cc: Array<string>
Defined in src/generated/api.ts:1533 (opens new window)
memberof
EmailProjection
# createdAt
• createdAt: Date
Defined in src/generated/api.ts:1539 (opens new window)
memberof
EmailProjection
# from
• Optional
from: string
Defined in src/generated/api.ts:1545 (opens new window)
memberof
EmailProjection
# id
• id: string
Defined in src/generated/api.ts:1551 (opens new window)
memberof
EmailProjection
# inboxId
• inboxId: string
Defined in src/generated/api.ts:1557 (opens new window)
memberof
EmailProjection
# read
• Optional
read: boolean
Defined in src/generated/api.ts:1563 (opens new window)
memberof
EmailProjection
# subject
• Optional
subject: string
Defined in src/generated/api.ts:1569 (opens new window)
memberof
EmailProjection
# to
• to: Array<string>
Defined in src/generated/api.ts:1575 (opens new window)
memberof
EmailProjection