Problems with Mail
Problems with Mail
- Subject: Problems with Mail
- From: Ronald Hofmann <email@hidden>
- Date: Sat, 2 Dec 2006 15:16:51 +0100
Hi everybody,
I want to send a mail to my own address when certain files come up in
a folder on my Mac at home.
So I try to set up an AppleScript which is supposed to take care of
that.
I have problems setting up the new mail:
tell application "Mail"
activate
set newMessage to make new outgoing message with properties ¬
{address:"email@hidden", subject:"ACHTUNG: TestTestTest",
content:"TestTestTest", visible:true}
end tell
Subject and content works fine but I don´t see the trick to fill in
the receipients address. This field remains empty.What´s wrong?
Any hints out there?
TIA, Ronald
---
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden