None that I know of. The syntax can be simplified a bit. Using the list you
suggest:

        tell theMsg
            set rcp to its recipient
            set {sentTime, dName, eAddr, rType, subj} �
                to {time sent, display name of rcp, address of rcp, type of
rcp, subject}
        end tell

That would work for an outgoing message. You'd need something different,
slightly, for incoming messages because they don't have "recipients".
-- 
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
 <http:[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>

> From: Jeffrey Berman <[EMAIL PROTECTED]>
> Reply-To: "Entourage:mac Talk" <[EMAIL PROTECTED]>
> Date: Sun, 13 Oct 2002 19:56:32 -0500
> To: Entourage Mail List <[EMAIL PROTECTED]>
> Cc: Jeffrey Berman <[EMAIL PROTECTED]>
> Subject: AppleScript Syntax to Get Displayed Headers
> 
> I know I can get the text of the message with the "content" property of a
> message and I can get the full Internet headers with the "headers" property.
> I could also go through a long process using properties such as "sender",
> "time sent", "display name of address of recipient", "address of address of
> recipient", "type of recipient", "and "subject" to reconstruct the displayed
> message header.  
> 
> Anyone know if there is a simpler way in AppleScript to obtain the headers
> displayed when the message window is opened?


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