Re: Queuing a Eudora message...
Re: Queuing a Eudora message...
- Subject: Re: Queuing a Eudora message...
- From: Bill Briggs <email@hidden>
- Date: Thu, 19 Sep 2002 16:31:43 -0300
At 11:43 AM -0600 19/09/02, David Crowe wrote:
If anyone has been able to get a reference for the Eudora message
currently being edited, I would appreciate knowing about it (and
maybe others too!).
If I understood your question, this will give you the result you're
looking for.
- web
set some_future_date to ((get (current date) + (1 * days)) as date)
tell application "Eudora"
set msgRef to a reference to the front message
queue the front message for some_future_date
end tell
_______________________________________________
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.