Entourage: Using AppleScript with Rules?
Entourage: Using AppleScript with Rules?
- Subject: Entourage: Using AppleScript with Rules?
- From: Jason Bourque <email@hidden>
- Date: Tue, 22 Jul 2003 06:50:57 -0400
Hello,
How does the script target the incoming emails when ran from a script?
I tried : But it doesn't work.
tell application "Microsoft Entourage"
-- Get Message
set vMsg to item 1 of (get current messages)
tell vMsg
set vsenderInfo to sender as list
set vSenderAddress to item 1 of vsenderInfo
set vSenderName to item 2 of vsenderInfo
set vSubject to subject
set vContent to content
set vTimeRecieved to time received as string
end tell
end tell
Thanks!
Jason Bourque
_______________________________________________
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.