Re: [python-win32] Set html in outlook mail

2011-03-23 Thread Tim Roberts
Luca wrote: > > Hi everybody, I’m trying to send an email via outlook and everything > works fine with the following code: > > > > obj = win32com.client.Dispatch(/"Outlook.Application"/) > > formail inLmail: > > newMail = obj.CreateItem(0) > > ne

[python-win32] Set html in outlook mail

2011-03-23 Thread Luca
Hi everybody, I’m trying to send an email via outlook and everything works fine with the following code: obj = win32com.client.Dispatch("Outlook.Application") for mail in Lmail: newMail = obj.CreateItem(0) newMail.To = mail

[python-win32] Set html in outlook mail

2011-03-23 Thread Luca
Hi everybody, I’m trying to send an email via outlook and everything works fine with the following code: obj = win32com.client.Dispatch("Outlook.Application") for mail in Lmail: newMail = obj.CreateItem(0) newMail.To = mail new