Sort by <sortType>

SCRIPT {
    SendKeys "{alt+v}r{alt+s}{ctrl+home}"
    if _arg1 = "Who" then SendKeys "f{down}"
    if _arg1 = "Name" then SendKeys "f{down}"
    if _arg1 = "From" then SendKeys "f{down}"
    if _arg1 = "Author" then SendKeys "f{down}"
    if _arg1 = "Subject" then SendKeys "s{down 3}"
    if _arg1 = "Date" then SendKeys "r"
    if _arg1 = "Received" then SendKeys "r"
    SendKeys "{enter}"
}