@sudoplatform/sudo-email

    Interface SealedEmailMessageProps

    interface SealedEmailMessageProps {
        bcc: EmailMessageAddress[];
        cc: EmailMessageAddress[];
        encryptionStatus: EncryptionStatus;
        from: EmailMessageAddress[];
        hasAttachments: boolean;
        receivedAt?: Date;
        replyTo: EmailMessageAddress[];
        sentAt?: Date;
        subject?: string;
        to: EmailMessageAddress[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    encryptionStatus: EncryptionStatus
    hasAttachments: boolean
    receivedAt?: Date
    sentAt?: Date
    subject?: string
    MMNEPVFCICPMFPCPTTAAATR