@sudoplatform/sudo-email

    Interface EmailMessageRfc822Data

    The Sudo Platform SDK representation of an email message's RFC 822 data.

    EmailMessageRfc822Data

    interface EmailMessageRfc822Data {
        id: string;
        rfc822Data: ArrayBuffer;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier of the email message.

    rfc822Data: ArrayBuffer

    The RFC 822 formatted email message content.

    MMNEPVFCICPMFPCPTTAAATR