On or near 12/30/03 10:13 PM, Michael J. Kobb at [EMAIL PROTECTED]
observed:
> One thing that would be a huge help in modifying the scripts would be if I
> could determine when a message used to have an attachment, but has had it
> removed.
>
If I'm not mistaken, in eMA, the name of the attachment is recorded in the
eMA (FileMaker) database; couldn't you just check that field? I believe it
is called "'Enclosures".
> If I remove an attachment in Entourage, that fact is reflected in the
> history for that message -- "Attachment <name> was removed on <date>".
>
> I couldn't figure out how to get at this information from AppleScript. Is
> it possible?
>
As Paul said, not from Entourage, but it's there in eMA.
> The other thing I would like to do is modify eMessageArchiver so that it
> can save Entourage attachments during the archiving process, rather than
> losing the attachments when archived.
Fairly complex to do. I will send you (off list) a script that saves all
attachments of a message (to a folder from an editable list; no fancy
hierarchy here). You probably would not want the script to prompt you about
the folder and file names for every file, so you'd need to mess around with
that part of things, but there are large chunks of it you could incorporate
into eMA (or, you could create a "Save Attachments" script and invoke it
from eMA using:
set s to load script [path-to-script]
run s
> I like how Entourage Email Archiver
> structures folders in the Finder when it archives attachments, so I'd like
> to mirror this behavior. However, EEA has a problem: if multiple
> attachments have the same name, it punts all but the first. Is there a
> simple way to save an attachment the same way that it would work if I
> dragged it to the Finder (where it would be automatically renamed with a
> number to make it unique)?
>
The script I'll mail you has some handlers that try to work around that
basic problem. It can handle up to 100 numbered increments of a file name.
(I didn't write all of it; it was modified from a script called "!Claris It"
by Robert Buckley.)
--
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://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>
--
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/>