Re: [python-win32] Inquiry about Sending HTML format in Appointment in Outlook Application

2022-05-27 Thread Steven Manross
As I recall, Calendar Items are a special kind of MailItem, and there is Body and BodyHTML on a mailItem which represent the “Text Body” and the “HTMLBody”. https://docs.microsoft.com/en-us/office/vba/api/outlook.mailitem.bodyformat As well, there is a MailItem.BodyFormat which is supposed to be

[python-win32] Inquiry about Sending HTML format in Appointment in Outlook Application

2022-05-27 Thread Ishaan Sathe
Hii All , I am trying to send the Body in the Calendar invite in Outlook as HTML. Can somebody help me how to do this ? Thanks ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32