@sudoplatform/sudo-email

    Interface GetEmailMessageInput

    Input for SudoEmailClient.getEmailMessage.

    GetEmailMessageInput

    interface GetEmailMessageInput {
        cachePolicy?: CachePolicy;
        id: string;
    }
    Index

    Properties

    Properties

    cachePolicy?: CachePolicy

    Determines how the email message will be fetched. Default usage is remoteOnly.

    id: string

    The identifier of the email message to be retrieved.

    MMNEPVFCICPMFPCPTTAAATR