Hi all:
I am pasting below a outlook express script to allow you to reply to sender:
Here it is.  Please check to see that mail transmission has not broken any
lines that should be longer than the screen width.  Then put this into
msimnui.jss for IE4 or msoe.jss for IE5 and compile.  I assigned it to
Control+s as this is not currently assigned to anything.

What this does is to open the properties of the current message, find the
From: field in the message headers, copy the address to the clipboard, close
the properties, start a new message, and paste the address into the To:
field.  On a 133mhz Pentium this design worked for all except the first
message of the session, so you likely won't have any trouble.

Good luck.  I hope it works.


Script ReplyToSenderOnly ()

Var
    string OldLastLine,
    string NewLastLine

{Alt+Enter} ; Open message properties
PCCursor () ; So arrows will work
NextCharacter () ; Go to the Details tab
Delay (2) ; Allow the page to change and JFW to read its ;title
{Tab} ; Go to the details themselves to make sure we're ;in the right window
Delay (2) ; Give Tab time to work
Let OldLastLine = ""
Let NewLastLine = GetLine () + "BeautifulEndString"
While(FindString(GetCurrentWindow(),"From: ",S_BOTTOM,S_RESTRICTED)==0&&
   NewLastLine != OldLastLine)
    PCCursor ()
    JawsPageUp ()
    Delay (2)
    Let OldLastLine = NewLastLine
    Let NewLastLine = GetLine () + "BeautifulEndString"
EndWhile
If OldLastLine == NewLastLine then
    Beep ()
    SayString ("From: field not found ")
    PCCursor ()
    Return
EndIf
NextWord () ; Move JAWS cursor past From:
RoutePCToJaws () ; For selection to work
delay (3) ; Wait for it to get here
PCCursor ()
{Shift+End} ; Select to end of line (the address we ;want)
Pause () ; Time for selection to take place
{Control+c} ; Copy address to clipboard
Pause ()
{Alt+F4} ; Close the Properties dialog
delay (5)
{Control+n} ; Start new message
delay (20)
{Control+v} ; Paste text into To: field

EndScript

At 12:39 AM 6/7/99 -0400, you wrote:
    Hi Tom,

Not sure this answers your question but this method I use does seem a little
simpler!

What I do is hit CTRL-R for reply.  This puts a copy of the message I am
replying to into the edit window.

Then I cursor down to the original message from part, arrow across to the
e-mail address of the original sender, with SHIFT-CTRL-RIGHT ARROW I
highlght the e-mail address which is within angle brackets and copy to the
clipboard.

Go to the top of the message, quickest way with CTRL-HOME then back tab
(SHIFT-TAB) to the TO: field or in this case to the CC: field and paste the
e-mail address in, then delete the angle brackets or in the case that there
is also the list e-mail address, delete that out too.

I think it strange that OutlookExpress doesn't offer a more simple method
but there it is, if there is an easier way I haven't yet found it.  It would
also be nice if Outlook Express offered a choice to quote the original
message.

No Todd you are not necessarily running Outlook98, probably you are not.  It
is a different programme with calendars, appointment books, postit notes you
can stick all over your screen and a bunch of other stuff.  OutloodExpress
is pretty much just the e-mail and usenet part.

Hope this is helpful.

Dale Leavens, Cochrane Ontario
     Home of the 24 hour snowmobile distance record!

-----Original Message-----
From: Tom Rash <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Sunday, June 06, 1999 3:03 PM
Subject: Re: a couple of outlook questions


>I'm sure there's an easier way to find out the original address from this
>list, but the way i do it is to save the given email as a text document and
>open it up in word and then I can find the sender's email address.
>tom Rash
>Yucaipa, California
>Visit the AUDIO VISION Radio Reading Service for the Blind web page at
>http://business.fortunecity.com/marshalls/268
>
>-----Original Message-----
>From: Todd Eggert <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>Date: Saturday, June 05, 1999 6:19 PM
>Subject: a couple of outlook questions
>
>
>>Hi everyone,  Just a couple of quick questions...
>>
>>I'm running Windows 98.  Does that mean I'm also running outlook 98 even
>>though its called outlook express in internet explorer?
>>
>>Second, I'm not seeing e-mail addresses for individuals listers unless (it
>>appears) they have put them in manually.  How can I find someone's e-mail
>>address from their posting here on the jfw list?  Any help would be
>>appreciated.  Thanks.
>>Todd Eggert
>>
>>-
>>Visit the jfw ml web page: http://jfw.cjb.net
>>
>
>-
>Visit the jfw ml web page: http://jfw.cjb.net
>

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

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

Reply via email to