Change Entourage default sender's address
Change Entourage default sender's address
- Subject: Change Entourage default sender's address
- From: Sovereign Diamonds <email@hidden>
- Date: Fri, 29 May 2009 06:05:40 +0100
- Thread-topic: Change Entourage default sender's address
Title: Change Entourage default sender's address
I'm trying to change the sender's address from my Entourage's default address.
I've tried this:
set strRecipientAddr to "email@hidden"
set strSenderAddr to "email@hidden"
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 'email@hidden'.
Any advise would be appreciated?
Regards
David McMillan
SelectSpecs.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden