Type Alias ConversationEmailResponse
ConversationEmailResponse: { id: string; threadId: string; locationId: string; contactId: string; conversationId: string; dateAdded: string; body: string; direction: ConversationDirection; contentType: string; attachments: string[]; from: string; to: string[]; replyToMessageId?: string; source: ConversationSource; altId: string; subject?: string; status: ConversationStatus; provider: string; cc: string[]; bcc?: string[];} Type declaration
id: string
threadId: string
locationId: string
contactId: string
conversationId: string
dateAdded: string
body: string
contentType: string
attachments: string[]
from: string
to: string[]
Optional
replyToMessageId?: string
altId: string
Optional
subject?: string
provider: string
cc: string[]
Optional
bcc?: string[]