Interface Bounce

interface Bounce {
    BouncedAt: string;
    CanActivate: boolean;
    Content?: string;
    Description: string;
    Details: string;
    DumpAvailable: boolean;
    Email: string;
    From: string;
    ID: number;
    Inactive: boolean;
    MessageID: string;
    MessageStream: string;
    Name: string;
    RecordType: "Bounce";
    ServerID: number;
    Subject: string;
    Tag?: string;
    Type: string;
    TypeCode: number;
}

Hierarchy

Properties

BouncedAt: string
CanActivate: boolean
Content?: string
Description: string
Details: string
DumpAvailable: boolean
Email: string
From: string
ID: number
Inactive: boolean
MessageID: string
MessageStream: string
Name: string
RecordType: "Bounce"
ServerID: number
Subject: string
Tag?: string
Type: string
TypeCode: number