Globals / BulkSendEmailOptions
# Interface: BulkSendEmailOptions
Options for bulk sending an email from multiple addresses. See regular sendEmail
methods for more information.
export
interface
BulkSendEmailOptions
# Hierarchy
- BulkSendEmailOptions
# Index
# Properties
# Properties
# inboxIds
• Optional
inboxIds: Array<string>
Defined in src/generated/api.ts:327 (opens new window)
Inboxes to send the email from
memberof
BulkSendEmailOptions
# sendEmailOptions
• Optional
sendEmailOptions: SendEmailOptions
Defined in src/generated/api.ts:333 (opens new window)
Options for the email to be sent
memberof
BulkSendEmailOptions