Re: Account Mail Question
Re: Account Mail Question
- Subject: Re: Account Mail Question
- From: m <email@hidden>
- Date: Sat, 29 Dec 2007 17:41:32 -0800
Hi Michelle, Works great for Legitimate e-mails, but spam often has no message-id. That's why I used the internal ID. But, I may go back to that. Michael.
On Dec 29, 2007, at 5:30 PM, Michelle Steiner wrote: OK, so once you have the array of message IDs, why not use them to move the mail? Like this:
tell application "Mail" tell message viewer 1 set theMSG to (first message whose message id is "email@hidden") end tell move theMSG to mailbox "INBOX_Duplicates" end tell |
_______________________________________________
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