• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Outlook Express Attachments
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Outlook Express Attachments


  • Subject: Re: Outlook Express Attachments
  • From: Paul Berkowitz <email@hidden>
  • Date: Wed, 29 Aug 2001 16:53:46 -0700

On 8/29/01 2:32 PM, "John Haley" <email@hidden> wrote:

> Never mind, I figured it out.
>
> tell application "Outlook Express"
> set myMsg to make new outgoing message with properties
> {subject:"Test", address:"email@hidden", content:"Hello baby",
> attachment:vattch, has html:true}
> send myMsg with sending later
> end tell
> Thanks
> From: John Haley <email@hidden>
> Date: Wed, 29 Aug 2001 16:23:28 -0500
> To: <email@hidden>
> Subject: Outlook Express Attachemnts
>
>
> Is it possible to add an attachment to a email that I create with a script.


And did that work?

It should only work if you have previously defined your variable vattch
like this:

tell application "Outlook Express"
set vattch to {file:alias "HD:Desktop Folder:Some File"}
end tell

You can also make a list of attachments of the same structure, and/or make
new attachment with that file property.

--
Paul Berkowitz


References: 
 >Re: Outlook Express Attachemnts (From: John Haley <email@hidden>)

  • Prev by Date: Re: coercing a list
  • Next by Date: Re: Ok, what do you think of PERL
  • Previous by thread: Re: Outlook Express Attachemnts
  • Next by thread: Re:"Continue" repeat
  • Index(es):
    • Date
    • Thread