@sourceloop/in-mail-service / Exports
@sourceloop/in-mail-service¶
Table of contents¶
Namespaces¶
Enumerations¶
Classes¶
- Attachment
- AttachmentRepository
- Group
- GroupRepository
- IdArrays
- IdResponse
- InMailServiceComponent
- Message
- MessageRepository
- Meta
- MetaRepository
- Thread
- ThreadRepository
- ThreadView
- ThreadViewRepository
Interfaces¶
Type Aliases¶
Variables¶
Type Aliases¶
ComposeMailBody¶
Ƭ ComposeMailBody: Object
Type declaration¶
Name | Type |
---|---|
attachments |
Partial <Attachment >[] |
body |
string |
extId? |
string |
extMetadata? |
AnyObject |
groups |
Partial <Group >[] |
id? |
string |
isImportant? |
boolean |
meta |
Partial <Meta >[] |
status |
draft | send |
subject |
string |
threadId? |
string |
Defined in¶
services/in-mail-service/src/types/compose-mail-body.type.ts:9
ForwardMailBody¶
Ƭ ForwardMailBody: Object
Type declaration¶
Name | Type |
---|---|
attachments |
Partial <Attachment >[] |
body |
string |
groups |
Partial <Group >[] |
meta |
Partial <Meta >[] |
status |
draft | send |
subject |
string |
Defined in¶
services/in-mail-service/src/types/compose-mail-body.type.ts:23
MessageWithRelations¶
Ƭ MessageWithRelations: Message
& MessageRelations
Defined in¶
services/in-mail-service/src/models/message.model.ts:123
Variables¶
InMailDatasourceName¶
• Const
InMailDatasourceName: "inmail"