• 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
subfolder in entourage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

subfolder in entourage


  • Subject: subfolder in entourage
  • From: Giampiero Cairo <email@hidden>
  • Date: Thu, 29 Sep 2005 14:21:08 +0200

Hi, I have a problem. I want to get the subfolder of folder "InBox"

This is my snippet :

tell application "Microsoft Entourage"
    set FoldersList to "" as string
    repeat with i in every folder
        set FoldersList to name of i
        tell FoldersList
            repeat with z in folder of FoldersList
                set FoldersList2 to name of z
            end repeat
        end tell
    end repeat
end tell

When i try to run this script I get this exception The error is "Impossible to get folder of Inbox"


Can you help me?


Thank you

Giampiero
_______________________________________________
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: subfolder in entourage
      • From: Andrew Oliver <email@hidden>
    • Re: subfolder in entourage
      • From: Doug McNutt <email@hidden>
  • Prev by Date: Re: 'inconsistency' [was: Re: AppleScript a miserable and utter failure]
  • Next by Date: Re: code reuse [was: Re: AppleScript a miserable and utter failure]
  • Previous by thread: Re: 'inconsistency' [was: Re: AppleScript a miserable and utter failure]
  • Next by thread: Re: subfolder in entourage
  • Index(es):
    • Date
    • Thread