Entourage 2008 dictionary trouble - synching subfolders
Entourage 2008 dictionary trouble - synching subfolders
- Subject: Entourage 2008 dictionary trouble - synching subfolders
- From: Laine Lee <email@hidden>
- Date: Thu, 10 Jun 2010 12:00:49 -0500
- Thread-topic: Entourage 2008 dictionary trouble - synching subfolders
I can tell Microsoft Entourage 2008 to:
tell folder "Inbox" of Exchange account "[my exchange account]" to sync
and if I have a subfolder called "B" inside another folder called "A" in my
Exchange account, I can tell Entourage to:
tell folder "B" of folder "A" of Exchange account "[my exchange account]" to
sync
I can get a list of alias-style folder paths with
set folderlist to (Exchange subfolders of Exchange account "[my exchange
account]")
set l to {}
repeat with i in folderlist
set syncitem to ((path of i) as string)
set l to l & syncitem
end repeat
Is there a better way to synch every subfolder than converting each
alias-style path to a Finder-style path using text manipulation?
Thanks.
Laine Lee
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden