Interface: DeliveryStatusDto
export
interface
DeliveryStatusDto
Table of contents
Properties
- createdAt
- id
- inboxId
- processingTimeMillis
- received
- recipients
- remoteMtaIp
- reportingMta
- sentId
- smtpResponse
- smtpStatusCode
- subject
- updatedAt
- userId
Properties
createdAt
• createdAt: Date
memberof
DeliveryStatusDto
id
• id: string
memberof
DeliveryStatusDto
inboxId
• Optional
inboxId: string
memberof
DeliveryStatusDto
processingTimeMillis
• Optional
processingTimeMillis: number
memberof
DeliveryStatusDto
received
• Optional
received: Date
memberof
DeliveryStatusDto
recipients
• Optional
recipients: string
[]
memberof
DeliveryStatusDto
remoteMtaIp
• Optional
remoteMtaIp: string
memberof
DeliveryStatusDto
reportingMta
• Optional
reportingMta: string
memberof
DeliveryStatusDto
sentId
• Optional
sentId: string
memberof
DeliveryStatusDto
smtpResponse
• Optional
smtpResponse: string
memberof
DeliveryStatusDto
smtpStatusCode
• Optional
smtpStatusCode: number
memberof
DeliveryStatusDto
subject
• Optional
subject: string
memberof
DeliveryStatusDto
updatedAt
• updatedAt: Date
memberof
DeliveryStatusDto
userId
• userId: string
memberof
DeliveryStatusDto