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