Re: Attaching file to an email using Cocoa APIs

2008-05-28 Thread Kiel Gillard
Hi Palav, Please see for more information. Searching this list may also give you other answers. Kiel Hi all, > > I want to create an email using email client & want to attach a file to that > email. I did some analysis on this. With Apple Ma

Re: Attaching file to an email using Cocoa APIs

2008-05-28 Thread Scott Anguish
On May 29, 2008, at 12:33 AM, parag vibhute wrote: Hi all, I want to create an email using email client & want to attach a file to that email. I did some analysis on this. With Apple Mail & Microsoft Entourage, it is possible using Applescript since both the applications are scriptable.

Attaching file to an email using Cocoa APIs

2008-05-28 Thread parag vibhute
Hi all, I want to create an email using email client & want to attach a file to that email. I did some analysis on this. With Apple Mail & Microsoft Entourage, it is possible using Applescript since both the applications are scriptable. I want to know is there any other way (framework/APIs) to ach