Re: [python-win32] Accessing standard Mail-application

2011-07-11 Thread Vernon Cole
On Fri, Jul 8, 2011 at 3:23 PM, Steffen Frömer < steffen.froe...@gns-systems.de> wrote: > On 07/08/2011 10:16 PM, Tim Roberts wrote: > > Steffen Frömer wrote: > > i tried to access standard mail application to write a mail. > I know the machanism with urllib, but there is no regular way to add >

Re: [python-win32] Accessing standard Mail-application

2011-07-08 Thread Steffen Frömer
On 07/08/2011 10:16 PM, Tim Roberts wrote: Steffen Frömer wrote: i tried to access standard mail application to write a mail. I know the machanism with urllib, but there is no regular way to add attachments. How would you do that with urllib? I found this on web: import urllib, webbrowser, wi

Re: [python-win32] Accessing standard Mail-application

2011-07-08 Thread Tim Roberts
Steffen Frömer wrote: > > i tried to access standard mail application to write a mail. > I know the machanism with urllib, but there is no regular way to add > attachments. How would you do that with urllib? > But there are Systems, which don't use MS Outlook. > Is there a way to access the stand

[python-win32] Accessing standard Mail-application

2011-07-08 Thread Steffen Frömer
Hi, i tried to access standard mail application to write a mail. I know the machanism with urllib, but there is no regular way to add attachments. Actually i do following: app = "Outlook" mailObj = win32com.client.gencache.EnsureDispatch("%s.Application" % app) mail = mailObj.CreateItem(win3