I think you misunderstood the final instruction, which said, > --Now, with a message with attachments selected, access the script via the > script menu in Entourage; it will run and add the list of attachments to the > message.
The "script menu" is a menu in the main menu bar that is indicated by a black, scroll-like icon. Typically it appears to the right of the Help menu. If you named your script "Insert List of Attachments" you should see that name in the script menu. Just select it, and the script will run. The Services/Script Editor menu is something else entirely. If you type "2456/82" in a message window, select it, and then select "Get Result of AppleScript", it will run that selection as a script and replace it with the result of the calculation, in this case, 29.9512195122. Or, if you typed, tell application "microsoft entourage" set msg to item 1 of (get current messages) subject of msg end ...selected that and chose "Get Result...", you would see it insert the subject of the message into the message. On Apr 7, 2005 11:28 AM, Michele DeFilippo <[EMAIL PROTECTED]> wrote: > I'm using Entourage in OSX, and followed the instructions below to copy and > paste a script that would show attachments when I print an e-mail message > that I've sent out. It doesn't appear to be working. In > Entourage/Services/Script Editor I see "Get Results of Apple Script", which > didn't show up before I copied the script into the folder, but I don't know > what to do from there. > > I don't even really know what a script is, so I'm sure I've done something > wrong, but I don't know what. Can someone help? Thanks. > > > € However, since you are wanting to record the names of attachments YOU have > sent, presumably you already have the files on disk and do not need new > copies. The following script should suit your needs. It will append a list > of the attachments (just the file names, not the entire path) to the > message, below the signature, if any. By placing the list below the > signature, when someone replies, the attachment list will not be added to > every message. If you are working in a draft new message, you will see the > message window close and then re-open, which is necessary to refresh its > content. > > To use this script: > > -- Open the application "Script Editor". > --In a new window, copy this script and paste it into Script Editor. > --Save the script in the folder, "Entourage Script Menu Items", with a name > of your choice (e.g., "Insert List of Attachments") > --Now, with a message with attachments selected, access the script via the > script menu in Entourage; it will run and add the list of attachments to the > message. > > -- 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/>
