Skip to content Skip to sidebar Skip to footer
Showing posts with the label Outlook

Embed An Image In Html For Automatic Outlook365 Email Send

I am trying to embed and image in my html code using smtp and email in python. Packages are: impor… Read more Embed An Image In Html For Automatic Outlook365 Email Send

Modifying Microsoft Outlook Contacts From Python

I have written a few Python tools in the past to extract data from my Outlook contacts. Now, I am t… Read more Modifying Microsoft Outlook Contacts From Python

Send Email Through Python Using Outlook 2016 Without Opening It

import win32com.client as win32 outlook = win32.Dispatch('outlook.application') mail = outl… Read more Send Email Through Python Using Outlook 2016 Without Opening It

Python: Open Outlook Email (.msg) File In Read Write Mode

I want to open Outlook email (msg) file in read and write mode to parse it and alter date values. T… Read more Python: Open Outlook Email (.msg) File In Read Write Mode

How To Get A Specific Folder With GetDefaultFolder And Delete Unneeded Folders That It Has Created

I was trying to figure out how to access my folders with a Python program (see this SO answer.) Whe… Read more How To Get A Specific Folder With GetDefaultFolder And Delete Unneeded Folders That It Has Created

Read Emails From Outlook Using Python Fails If Meeting Invites Are Present

I've been able to work out some code through some learning and experiments from resources on th… Read more Read Emails From Outlook Using Python Fails If Meeting Invites Are Present