Re: Mail.app: How can I configure replied message
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