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

Re: Mail.app: How can I configure replied message


  • Subject: Re: Mail.app: How can I configure replied message
  • From: Axel Luttgens <email@hidden>
  • Date: Wed, 7 Jul 2010 10:47:37 +0200

Le 7 juil. 2010 à 03:02:24, Taichi Matsumoto a écrit :

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

Hello Taichi,

If you're using only 10.6.4/4.3, what are those differing environments?

Axel

 _______________________________________________
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: Taichi Matsumoto <email@hidden>
References: 
 >Mail.app: How can I configure replied message (From: Taichi Matsumoto <email@hidden>)

  • Prev by Date: Mail.app: How can I configure replied message
  • Next by Date: Iphoto Event
  • Previous by thread: Mail.app: How can I configure replied message
  • Next by thread: Re: Mail.app: How can I configure replied message
  • Index(es):
    • Date
    • Thread