MailboxDeliveryEvent constructor
MailboxDeliveryEvent({
- required String id,
- required String deliveryId,
- required String provider,
- required String providerEventId,
- required String eventType,
- required String status,
- required DateTime occurredAt,
- required DateTime receivedAt,
- int? attemptNo,
- int? smtpCode,
- String? enhancedSmtpCode,
- String? reason,
- String? description,
- String? mxHost,
- bool? tls,
- bool? certificateVerified,
Implementation
MailboxDeliveryEvent({
required this.id,
required this.deliveryId,
required this.provider,
required this.providerEventId,
required this.eventType,
required this.status,
required this.occurredAt,
required this.receivedAt,
this.attemptNo,
this.smtpCode,
this.enhancedSmtpCode,
this.reason,
this.description,
this.mxHost,
this.tls,
this.certificateVerified,
});