
Return the latest top-level message body in a thread
Source:R/mc_thread_find.R
mc_thread_body_latest.RdConvenience wrapper over mc_thread_read() that pulls the most recent
message in a thread and, by default, strips quoted reply history so you
get just what was actually written at the top. Useful for recording what
was sent, comparing draft vs sent, or scanning thread activity.
Usage
mc_thread_body_latest(
thread_id,
strip_quotes = TRUE,
status = c("any", "sent", "draft")
)