Re: Reference to a Mail message
Re: Reference to a Mail message
- Subject: Re: Reference to a Mail message
- From: kai <email@hidden>
- Date: Wed, 7 Sep 2005 18:56:29 +0100
On 7 Sep 2005, at 09:03, David Duncan wrote:
I'm trying to use the move command to move a Mail email message
from one mailbox to another, so:
move message 1 of mailbox "Arthur" to mailbox "Martha"
Try using parentheses to help clarify your aim, David. This works
here (although I'm now a little confused between what Arthur and
Martha actually wrote me):
tell application "Mail"
move (message 1 of mailbox "Arthur") to mailbox "Martha"
end tell
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden