Re: Move message from entourage folder
Re: Move message from entourage folder
- Subject: Re: Move message from entourage folder
- From: Kim Hunter <email@hidden>
- Date: Sat, 28 May 2005 00:54:03 +1000
Title: Re: Move message from entourage folder
Well this is what I want to do (I want to run this every so oftern so I can backup my messages .
But instead of the entourage folder “testing” I would like to put it into a folder (say on my desktop or another drive)
tell application "Microsoft Entourage"
set theCount to number of messages in folder "AppleScript"
if theCount is greater than 250 then
set theCutOff to theCount - 250
repeat with i from 1 to theCutOff
set storage of message i of folder "AppleScript" to folder "testing"
end repeat
end if
end tell
On 27/5/05 11:57 PM, "Kim Hunter" <email@hidden> wrote:
I cant seem to work out how to move a message from entourage to a folder on the desktop (for example).
Can anyone help??
thanks
_______________________________________________
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
_______________________________________________
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