> delete it twice:
> delete theMsg
> delete theMsg
I’ll give it a shot, thanks for the tip...
>
> If that doesn't work, try
>
> delete every message of folder id 12
>
Now that's a revelation! Hidden folders? Is there some secret magic to be worked in AS here?
- B
-- open the Event Log before running this script
tell application "Microsoft Entourage"
repeat with i from 1 to 200
try
{name of folder id i}
end try
end repeat
end tell
