Re: Entourage Attachments Syntax?
Re: Entourage Attachments Syntax?
- Subject: Re: Entourage Attachments Syntax?
- From: Rich <email@hidden>
- Date: Wed, 14 May 2003 08:04:20 -0400
Rich:
>
Hi there. Quick question:
>
>
If I have an attachment pdf I want to send out with an email, what syntax
>
can I use? I might have path errors, but I've tried other path syntaxes and
>
it hasn't worked.
>
>
I'm trying to create a draft window with the attachment already
>
included/attached.
Found it:
tell application "Microsoft Entourage"
set myAttachment to {file:"Disk:Users:me:Desktop:myfile.pdf"}
activate
set draftWindow to make new draft window with properties ,
{subject:"The Sky Is Falling", content:"Hi, Bubba",
attachment:myAttachment, to recipients:"email@hidden"}
end tell
Gotta love AppleScript eh?
Cheers
--- Rich Fortnum / Viaduct Productions / Toronto (EST)
--- LDCMS Web-based Content Management System
--- Affordable, Quick, Powerful, Logical!
---
http://www.viaduct-productions.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.