Mail message printing?
Mail message printing?
- Subject: Mail message printing?
- From: Jake Pietrykowski <email@hidden>
- Date: Wed, 02 Mar 2005 14:19:01 -0600
Hi,
I'd like to have the ability to 'auto-print' messages upon received with
Apple's Mail.app. I know it's not built in, so I'm trying to AScript it.
Does the ASDictionary-print command work? My following snippet returns an
error when using print, yet the msg variable contains the correct reference.
If I can't automate the printing, I'm still curious if I can script the
printing of a given(x) message?
--code
tell application "Mail"
set msg to message 1 of mailbox "INBOX" of account "email@hidden"
print msg
end tell
--/code
TIA,
Jake
_______________________________________________
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