This document discusses using message properties in Mule applications. It provides an example Mule flow that demonstrates setting message properties in different scopes and logging their values. The flow shows setting a property in the session scope and outbound scope in one flow, and accessing the same properties from the inbound scope in a second flow after being passed between the flows.