I'm attempting to package NMH::Send and modify the message.
unfortunately, %this is a number, and to get it to a message you have to do %this.getvalue()
to get the actual message.
I'm not sure how to get the text back to the original value after I modify the message.
Help?