Move Message to <folder>

SCRIPT {
    SendKeys "{ctrl+shift+v}"
    Wait 10
    SendKeys "{home}" + left$(_arg1,1)
    SendKeys "{enter"}
}