Re: Applescripting SummaryService
Re: Applescripting SummaryService
- Subject: Re: Applescripting SummaryService
- From: kai <email@hidden>
- Date: Thu, 21 Apr 2005 00:50:22 +0100
On Wed, 20 Apr 2005 14:16:36 -0500, Chip Fillingane wrote:
Does anyone know how to script services, such as the Summary service.
(If you haven't used it, try it- in the toolbar goto Application Name
> Services > Summarize;
more info: http://docs.info.apple.com/article.html?artnum=151890 )
I haven't seen any documentation on this, on the Apple website or
anywhere else, but I bet it's possible.
Ultimately I want to write a script that I can implement as a Mail
rule, which will intercept an email and forward a summary of it to my
cell phone.
This might help to get you started, Chip (watch for wraps):
----------------
tell application "Mail" to set summary to summarize (get content of
last message of mailbox "INBOX" of account "kai.kai") in 4 (* sentences
*)
-- do something with summary
----------------
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden