@sudoplatform/sudo-email

    Interface DraftEmailMessageMetadata

    The Sudo Platform SDK representation of the draft email message metadata.

    DraftEmailMessageMetadata

    interface DraftEmailMessageMetadata {
        emailAddressId: string;
        id: string;
        updatedAt: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    emailAddressId: string

    Unique identifier of the email address associated with the draft email message.

    id: string

    Unique identifier of the draft email message.

    updatedAt: Date

    Time at which the draft was last updated

    MMNEPVFCICPMFPCPTTAAATR