Copying Hyperlinks in Apple's Mail app
Copying Hyperlinks in Apple's Mail app
- Subject: Copying Hyperlinks in Apple's Mail app
- From: Gil Dawson <email@hidden>
- Date: Mon, 7 Dec 2009 15:24:40 -0800
Using Mail Version 2.1.3 (753.1) on Mac OS X Version 10.4.11,
I can make a copy of a message with the following snippet:
set SelectedMessage to (first item of theSelections)
set theSubject to the subject of SelectedMessage
set theBody to the content of SelectedMessage
set aNewMessage to make new outgoing message with properties
{visible:true, subject:theSubject, content:theBody}
However, this technique does not copy any hyperlinks that may be
embedded in theBody.
Any way to get those copied, too?
--Gil
_______________________________________________
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