• 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
Mail.app: How can I configure replied message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mail.app: How can I configure replied message


  • Subject: Mail.app: How can I configure replied message
  • From: Taichi Matsumoto <email@hidden>
  • Date: Wed, 7 Jul 2010 10:02:24 +0900

Hi,

I'm trying to reply message automatically with applescript, and stucked.

I found that I can't set content property of replied message in some computer.
Simplified code is below.

---
on run
   tell application "Mail"
        set msg to the first message of sent mailbox
        set replied_msg to reply msg with opening window
        tell replied_msg
             set subject to "replied message"
             set content to "this is a replied message"
        end tell
   end tell
end run
---

In some enviroment, it works fine.
But in others, new message window open with empty content.
I'm using only OSX 10.6.4 and Mail.app 4.3.

Can you please tell me how I can fix this problem?

--------------------------------------------------------------------------------
    Matsumoto Taichi: email@hidden
--------------------------------------------------------------------------------
 _______________________________________________
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: Mail.app: How can I configure replied message
      • From: Takaaki Naganoya <email@hidden>
    • Re: Mail.app: How can I configure replied message
      • From: Axel Luttgens <email@hidden>
  • Prev by Date: Re: Script Bundle Tool
  • Next by Date: Re: Mail.app: How can I configure replied message
  • Previous by thread: Script Bundle Tool
  • Next by thread: Re: Mail.app: How can I configure replied message
  • Index(es):
    • Date
    • Thread