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
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
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
--- 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
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