MACSCRPT Archives

June 2009

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Mime-version:
1.0
Date:
Tue, 2 Jun 2009 08:15:53 +0100
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Content-type:
text/plain; charset="ISO-8859-1"
Subject:
From:
Sovereign Diamonds <[log in to unmask]>
In-Reply-To:
Content-transfer-encoding:
quoted-printable
Parts/Attachments:
text/plain (25 lines)
I'm trying to change the sender's address from my Entourage's default
Address to that of a separate account.

I've tried this:
set strRecipientAddr to "[log in to unmask]"
set strSenderAddr to "[log in to unmask]"
set strRecipientName to "DMM"
set subjectvar to "File has been sent"
tell application "Microsoft Entourage"
  set composeMessage to (a reference to (make new outgoing message ¬
  with properties {sender:strSenderAddr,
recipient:{address:strRecipientAddr, display name:strRecipientName, ¬
  recipient type:to recipient}, subject:subjectvar}))
 send composeMessage
end tell

But it continues to send from the default address of
[log in to unmask] How can I change the default address?

Any advise would be appreciated?

Regards
David McMillan
SelectSpecs.com 

ATOM RSS1 RSS2