Hi Diane,

My son Paul had helped with a QuicKeys script but then when he looked at
your script he realized that Apple script might be a better solution.
Remembering that I have organized all of my mail boxes by first name and
alphabetical folders here is what he wrote. If this is useful to anyone else
in the Entourage community you are welcome to share it (As a colon cancer
researcher, all of this Apple Script is Greek to me!)

Thanks again.

Marc

Here is the script:

tell application "Microsoft Entourage"
    set sel to selection
    set sel to item 1 of sel
    set letters to the name of folders of folder "Mail Folder Other"
    set letter to choose from list letters with title "Move: " & the name of
sel
    if letter is not false then
        set letter to item 1 of letter
        set mailboxes to the name of folders of folder letter of folder
"Mail Folder Other"
        set mailbox to choose from list mailboxes with title "Move: " & the
name of sel
        if mailbox is not false then
            set mailbox to item 1 of mailbox
            move sel to folder mailbox of folder letter of folder "Mail
Folder Other"
        end if
    end if
end tell



On 7/29/07 6:33 PM, "Diane Ross" <[EMAIL PROTECTED]> wrote:

> On 7/29/07 8:56 AM, "Barbara Alfors" <[EMAIL PROTECTED]> wrote:
> 
>> On 7/28/07 8:35 PM, "Bruce Marc Bissonnette"
>> <[EMAIL PROTECTED]> wrote:
>> 
>>> ... in Eudora I could select
>>> the message and using the Transfer menu drop down to a menu that had a
>>> hierarchical function allowing me to simply drag and drop the mail from the
>>> in or out box directly into the appropriate target mail box on my computer.
> 
> Check out this script:
> 
> AutoArchive Exchange Account to "On My Computer"
> 
> Move all e-mail older than 60 days from your Exchange account folders to
> archive folders within the "On My Computer" folder tree.
> 
> <http://www.entourage.mvps.org/exchange/autoarchive.html>
> 
> Script can be modified for time.



This email is intended only for the use of the individual or entity to which it 
is addressed and may contain information that is privileged and confidential.  
If the reader of this email message is not the intended recipient, you are 
hereby notified that any dissemination, distribution, or copying of this 
communication is prohibited.  If you have received this email in error, please 
notify the sender and destroy/delete all copies of the transmittal.  Thank you
-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to