Re: Getting Existing Outgoing Message in Mail.app
Re: Getting Existing Outgoing Message in Mail.app
- Subject: Re: Getting Existing Outgoing Message in Mail.app
- From: "Gary (Lists)" <email@hidden>
- Date: Sat, 22 Dec 2007 11:45:37 -0500
- Thread-topic: Getting Existing Outgoing Message in Mail.app
"Michelle Steiner" wrote:
> You're trying too hard.
>
> tell application "Mail"
> activate
> set newMsg to (make new outgoing message with properties {visible:true,
> subject:"my subject", content:"Hello World"})
> tell newMsg
> make new to recipient with properties {name:"Michelle Steiner",
> address:"email@hidden"}
> make new to recipient with properties
> {address:"email@hidden", name:"applescript users"}
> end tell
> end tell
I think the O-OP is trying to add multiple attachments to that new message.
I don't use Mail.app, so I'm not able to offer anything useful.
For some reason (I looked in my archive, but didn't find) I thought Michelle
had posted such a script segment, along the lines of "make new attachment at
end of attachments". I may have been wrong, as I didn't see it readily in
the last months of my own list archive.
--
Gary
_______________________________________________
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