Re: Mail.app Attachments Filter
Re: Mail.app Attachments Filter
- Subject: Re: Mail.app Attachments Filter
- From: Michelle Steiner <email@hidden>
- Date: Thu, 24 Jan 2008 10:34:04 -0700
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.
_______________________________________________
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