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

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

Need To Switch Accounts In Outlook Using Python For Sending Email Using Other Account

I have the following code import win32com.client as win32 outlook = win32.Dispatch('outlook.app… Read more Need To Switch Accounts In Outlook Using Python For Sending Email Using Other Account

Python Win32com Outlook, Can't Retrieve Sender Information.

I'm using win32com.client to interact with outlook. I've managed to retrieve the body and s… Read more Python Win32com Outlook, Can't Retrieve Sender Information.

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

Automatically Allow Programmatic Access To Outlook

There is a Public Shared Folder that exists on a corporate exchange server. I am trying to connect… Read more Automatically Allow Programmatic Access To Outlook