Here is one that I did..
Code:

Break on CLS
$hklms = 'HKEY_LOCAL_MACHINE\Software'
$exe=ReadValue($hklms+"\Microsoft\Windows\CurrentVersion\App Paths\OUTLOOK.EXE","")
Shell($exe) ; -- Start OutlooOK
Sleep 5
;SetFocus("Inbox – Microsoft Outlook")
$=SendKeys("~t")
$=SendKeys("v")
$=SendKeys("~r")
SetFocus("Microsoft Exchange Server")
$=SendKeys("+{TAB}{RIGHT}")
$=SendKeys("~d")
SetFocus( "Add Mailbox" )
$=SendKeys("YouInboxYouWant{ENTER}")
$=SendKeys("{ENTER 2}")



Hope this helps.

Kent