@sudoplatform/sudo-email

    Interface EmailMessageProps

    interface EmailMessageProps {
        clientRefId?: string;
        createdAt: Date;
        date?: Date;
        direction: Direction;
        emailAddressId: string;
        folderId: string;
        forwarded: boolean;
        id: string;
        owner: string;
        owners: Owner[];
        previousFolderId?: string;
        repliedTo: boolean;
        seen: boolean;
        size: number;
        sortDate: Date;
        state: State;
        updatedAt: Date;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientRefId?: string
    createdAt: Date
    date?: Date
    direction: Direction
    emailAddressId: string
    folderId: string
    forwarded: boolean
    id: string
    owner: string
    owners: Owner[]
    previousFolderId?: string
    repliedTo: boolean
    seen: boolean
    size: number
    sortDate: Date
    state: State
    updatedAt: Date
    version: number
    MMNEPVFCICPMFPCPTTAAATR