Is it a simple matter to write an AppleScript that instructs Entourage to
create a message specifying a specific one of several mail accounts? I've
seen some available for download, but they're user-configurable and thus too
advanced (complex) for me to understand. I'd like to make a single-purpose
script that I can execute from a REALbasic application to have Entourage
create a boilerplate message from an account which is not my default
account. Essentially, something like this, only with correct syntax:

on run (user, info)
tell application "Microsoft Entourage"
create mail message
  set message recipient to user
  set message subject to "blah blah blah"
  set message account to "my account"
  set message text to "blah blah blah"+info+"blah blah blah"
end tell
end run

I tried looking for scripting documentation at Mactopia, but all I got from
the Entourage or Download links was a page with "VBScript error, server out
of memory."

Any suggestions would be much appreciated. Thanks,

Rick Johnson


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

Reply via email to