That probably depends on the context. In computer programming (software components) messages are
received by components and components
send their own messages to others.
"Two flags are used to signal received and sent messages."
Kajjo
PS
Since receive/send are of binary character (only two states are possible),
one flag should be enough to signal receive/send.