subfolder in entourage
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