> The GUID property is implemented only for
> event, task, note, project, contact, and group.
Not true, even if it's not in the dictionary. Try out this script with a few
messages selected:
tell application "Microsoft Entourage"
set cm to current messages
set g to ""
repeat with m in cm
set g to g & GUID of m & return
end repeat
set g to text 1 thru -2 of g
end tell
tell me to display dialog "" default answer g
> I think Scott
> would be pretty safe in searching for Message-ID, no?
No. Some clients don't generate unique message IDs, and even if they did, a
user need only receive duplicate copies (for example Cmd-D of a message or
getting a reply directly and via a mailing list).
--
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/>