|
 Originally Posted by jasonphillips
I did get the following to work, but it is not the method I prefer.
isRunning = ProcExists( "tmail.exe" )
If ( isRunning )
Kill( "tmail.exe" )
Sleep(200)
EndIf
Run( "\Windows\tmail.exe")
WaitForActive( "Outlook E-mail", 10)
SendLeftSoft("" )
Sleep(2000)
sendKeys("me@company.com")
sendTab()
sendKeys("MyNote")
sendTab()
For some reason when I try this it did nothing, so I deleted the If statement and just used the lower section. I changed "Outlook E-mail" to "Sprint PCS" as that's the name of my pop3 account. It errors saying "comma expected line waitforactive ( "Sprint PCS", 10 )
This is the same error that I get when I try to use a regular windows shortcut "\Windows\tmail.exe" -service "Sprint PCS" -to "myhomeemail@comcast.net"
I have a treo 700wx with WM5. Any ideas on how to get either of these options to work? I just want it to select a specific account before it opens the new email.
|
|
|