Title: Re: OT: AppleScript question
On or near 11/28/01 12:20 PM, helpdesk at [EMAIL PROTECTED] observed:
> If I know who the sender of a message is in an AppleScript
>
> "set theAddress to the sender of theMsg"
>
> How would I go about setting theAddress to only characters 2 through the
> last character of the sender?
>
> Ie. The from might be "[EMAIL PROTECTED]" but I want the AppleScript to
> send the automatic reply to "[EMAIL PROTECTED]".
>
set theAddress to text 2 thru -1 of ((address of the sender of theMsg) as text)
--
Add me to Palm/Visor: http://signature.coola.com/?[EMAIL PROTECTED]
Allen Watson <[EMAIL PROTECTED]> XNS name: =Allen Watson
Applescripts for Outlook Express and Entourage: <http://homepage.mac.com/allenwatson/>
- Entourage 2001 & v.X running at once? Fran�ois Trudeau
- OT: AppleScript question helpdesk
- Re: Entourage 2001 & v.X running at onc... Allen Watson
- Re: Entourage 2001 & v.X running at once? Christian M. M. Brady
