@sudoplatform/sudo-email

    Interface SendEmailMessageResult

    Output for SudoEmailClient.sendEmailMessage method.

    SendEmailMessageResult

    interface SendEmailMessageResult {
        createdAt: Date;
        id: string;
    }
    Index

    Properties

    Properties

    createdAt: Date

    The timestamp in which the message was created.

    id: string

    The unique identifier of the message.

    MMNEPVFCICPMFPCPTTAAATR