• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Change Entourage default sender's address
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change Entourage default sender's address


  • Subject: Re: Change Entourage default sender's address
  • From: Barry Wainwright <email@hidden>
  • Date: Fri, 29 May 2009 07:04:16 +0100


On 29 May 2009, at 06:05, Sovereign Diamonds wrote:

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'.

set the account of the outgoing message to the account which sends from that address.

-- 
Barry


 _______________________________________________
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

References: 
 >Change Entourage default sender's address (From: Sovereign Diamonds <email@hidden>)

  • Prev by Date: Change Entourage default sender's address
  • Next by Date: Re: Scripting for multiple InDesign versions
  • Previous by thread: Change Entourage default sender's address
  • Next by thread: Combine multiple PDFs
  • Index(es):
    • Date
    • Thread