Hello,
I have found a way to make JFW331
to read a message when you open it.
I have tested it and found it to work great for me.
Please Note,
It may not work the very first time you open OutLook Express.
This script is for JFW 331 or higher.


It is called AutoMax3.
I assigned it to Shift+Enter.
When it is pressed, JFW will open your EMail message, maximize the screen,
read the in tire message and when the
bottom of the  message is reached, JFW will notify you if
you have any attachments.
There are three scripts to install  in your OutLook Express script manager.
1 is AutoMax3 
number 2 is ReadMail
and the other is GotoAttachmentsList2.


Script 1

;Created by [EMAIL PROTECTED]
;On 10-5-1999
Script AutoMax3 ()
{Enter}
Delay(1)
{alt+space}
{UpArrow}
{UpArrow}
{Enter}
delay(3)
pause()
PerformScript ReadMail()
pause()
PerformScript GotoAttachmentsList2()
EndScript

-----
Script 2

Script ReadMail ()
{Enter}
delay(3)
SayAll()
EndScript

----

Script 3

Script GotoAttachmentsList2 ()
var
handle winHandle
let winHandle = GetAppMainWindow (GetFocus ());
if (GetWindowClass (winHandle) != wc_message) then
Say(msg_NoOpenMessage, ot_message);
return;
EndIf
let winHandle = FindDescendantWindow (winHandle, attachments_list)
if (winHandle && IsWindowVisible (winHandle)) then
FocusWindow (winHandle)
Endif
EndScript



The only one that really needs a hot key is the AutoMax3 Script.




-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to