Re: [Tutor] Send attachment

2005-08-01 Thread Jorge Louis De Castro
ly 22, 2005 12:45 AM Subject: Re: [Tutor] Send attachment If it's Outlook, you can use the win32python library to control it via ActiveX/COM+http://starship.pythonnet/crew/mhammond/Here's an example using VB to control Outlook - http://support.microsoft.com/?kbid=220595The

Re: [Tutor] Send attachment

2005-07-23 Thread Martin Walsh
Jorge Louis De Castro wrote: > Hello, > > Any ideas how I can use Python and the Windows API to open a PC's mail > client and send an attachment? > The idea is saving some data onto a file and then invoke the email > client (OE or Outlook or whatever is the default on the machine) with > the r

Re: [Tutor] Send attachment

2005-07-21 Thread Liam Clarke
If it's Outlook, you can use the win32python library to control it via ActiveX/COM+ http://starship.python.net/crew/mhammond/ Here's an example using VB to control Outlook - http://support.microsoft.com/?kbid=220595 The language differs, but the basic principle remains the same. Create an App

Re: [Tutor] Send attachment

2005-07-21 Thread Ron Weidner
--- Jorge Louis De Castro <[EMAIL PROTECTED]> wrote: > Hello, > > Any ideas how I can use Python and the Windows API > to open a PC's mail client and send an attachment? > The idea is saving some data onto a file and then > invoke the email client (OE or Outlook or whatever > is the default on

[Tutor] Send attachment

2005-07-21 Thread Jorge Louis De Castro
Hello,   Any ideas how I can use Python and the Windows API to open a PC's mail client and send an attachment? The idea is saving some data onto a file and then invoke the email client (OE or Outlook or whatever is the default on the machine) with the recipient's address filled in and the fi