• 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
Change Entourage default sender's address
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Change Entourage default sender's address
      • From: Barry Wainwright <email@hidden>
  • Prev by Date: Re: White Mailboxes
  • Next by Date: Re: Change Entourage default sender's address
  • Previous by thread: Re: White Mailboxes
  • Next by thread: Re: Change Entourage default sender's address
  • Index(es):
    • Date
    • Thread