Type alias EmailMetadataFields
EmailMetadataFields: { blobId: Id; id: Id; keywords: Record<Exclude<string, ForbiddenKeywordChars>, true>; mailboxIds: Record<Id, boolean>; receivedAt: UTCDate; size: number; threadId: Id; } Type declaration
blobId: Id
mailboxIds: Record<Id, boolean>
size: number
threadId: Id