Is there a way using AppleScript to create an outgoing message with a
different reply to address than the sending account?

I tried adding the sender parameter to a make new message script. I received
a message, clicked reply and did not see any effect of adding the sender
line. I also looked at the Internet Headings and did not see any effect of
adding the sender.

tell application "Microsoft Entourage"
    activate
    set recipient_var to {{address:{address:"[EMAIL PROTECTED]",
display name:"Tony White"}, recipient type:to recipient}}
    make new outgoing message with properties {recipient:recipient_var,
subject:"test reply to", content:"message",
sender:"[EMAIL PROTECTED]"} at the out box folder
    open result
end tell

It would be great to avoid setting up 10 to 20 accounts for mail that is
sent from one machine using AppleScript.

I looked through the archive and could not find an answer. Any thoughts or
ideas on this would be appreciated.

All the best,


Tony White

Tony White Designs, Inc.
118 Remsen Street
Brooklyn, NY  11201
Tel: 718-797-4175
[EMAIL PROTECTED]
http://www.twdesigns.com


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to