Re: Mail.app Attachments Filter
Re: Mail.app Attachments Filter
- Subject: Re: Mail.app Attachments Filter
- From: NBurman Design <email@hidden>
- Date: Thu, 24 Jan 2008 11:15:23 -0700
On 24Jan08, at 10:34 AM, Michelle Steiner wrote: On Jan 24, 2008, at 10:22 AM, NBurman Design wrote:
if count (items of myAttachments) < 1 then --do the forward of the email that has no attachments set newMessage to make new outgoing message with properties {subject:thesubject & "From" & theSender, content:thebody, sender:" email@hidden", visible:true} tell newMessage make new to recipient at end of to recipients with properties {name:"Filtering", address:" email@hidden"} send end tell
Instead of all that, why not use mail's built-in "forward" Applescript command?
Which line of the script generates the error?
-- Michelle
-- Color is just a pigment of your imagination.
_______________________________________________
short answer...cos I don't know Applescript that well! What's the syntax for 'forward'? I don't know which line generates the error. I've tried commenting out various lines, but nothing works. |
_______________________________________________
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