• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Move message from entourage folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Move message from entourage folder
      • From: "Gary (Lists)" <email@hidden>
References: 
 >Move message from entourage folder (From: Kim Hunter <email@hidden>)

  • Prev by Date: Re: Move message from entourage folder
  • Next by Date: Re: Move message from entourage folder
  • Previous by thread: Re: Move message from entourage folder
  • Next by thread: Re: Move message from entourage folder
  • Index(es):
    • Date
    • Thread