Globals / SentEmailProjection
# Interface: SentEmailProjection
export
interface
SentEmailProjection
# Hierarchy
- SentEmailProjection
# Index
# Properties
# Properties
# attachments
• attachments: Array<string>
Defined in src/generated/api.ts:3300 (opens new window)
memberof
SentEmailProjection
# bcc
• bcc: Array<string>
Defined in src/generated/api.ts:3306 (opens new window)
memberof
SentEmailProjection
# bodyMD5Hash
• Optional
bodyMD5Hash: string
Defined in src/generated/api.ts:3312 (opens new window)
memberof
SentEmailProjection
# cc
• cc: Array<string>
Defined in src/generated/api.ts:3318 (opens new window)
memberof
SentEmailProjection
# createdAt
• createdAt: Date
Defined in src/generated/api.ts:3324 (opens new window)
memberof
SentEmailProjection
# from
• Optional
from: string
Defined in src/generated/api.ts:3330 (opens new window)
memberof
SentEmailProjection
# id
• id: string
Defined in src/generated/api.ts:3336 (opens new window)
memberof
SentEmailProjection
# inboxId
• inboxId: string
Defined in src/generated/api.ts:3342 (opens new window)
memberof
SentEmailProjection
# subject
• Optional
subject: string
Defined in src/generated/api.ts:3348 (opens new window)
memberof
SentEmailProjection
# to
• to: Array<string>
Defined in src/generated/api.ts:3354 (opens new window)
memberof
SentEmailProjection
# userId
• userId: string
Defined in src/generated/api.ts:3360 (opens new window)
memberof
SentEmailProjection