On 7/7/04 3:39 AM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:

> Entourage assigns its own ID numbers to messages in its database - there are
> no other ID numbers connected with messages. Message headers do not contain
> GUID (global universal IDs) common to other programs.

Sorry that's wrong. There is a "Message-ID: " header which can be extracted
by AppleScript but it's a little tricky since AS is case-sensitive here but
the header isn't - it comes with various capitalizations. If you really need
this, I can tell you how to get it, nut perhaps you don't need anything but
Entourage's own ID (much easier to work with)? You still had better explain
where you're going to get these from.

All script excerpts in the last email need to be in a

    tell application "Microsoft Entourage"

        -- the script

    end tell

of course.

-- 
Paul Berkowitz


-- 
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/>

Reply via email to