Re: Novice needs help pasting into Mail
Re: Novice needs help pasting into Mail
- Subject: Re: Novice needs help pasting into Mail
- From: Michelle Steiner <email@hidden>
- Date: Fri, 28 Nov 2003 11:45:12 -0700
I'm sorry if this has been asked before but all I need to do is paste
the contents of the clipboard into
the message body of an already existing pre-prepared email and I can't
for the life of me see how.
set foo to the clipboard
tell application "Mail"
set the outgoing_mail to outgoing message 1
set the content of the outgoing_mail to foo
save the outgoing_mail
end tell
--
Chastity always takes its toll. In some it produces pimples; in others,
sex laws. -- Karl Kraus
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.