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

Python Outlook: Read Inbox Of Additional Mailbox

I'm using Outlook 2010 - and have my main mailbox: name@company.com I have also added another m… Read more Python Outlook: Read Inbox Of Additional Mailbox

Python Win32com Outlook 2013 Sendusingaccount Return Exception

While working on a simple mail automation with python and win32com api, I had an issue with SendUsi… Read more Python Win32com Outlook 2013 Sendusingaccount Return Exception

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

[python]why Are Email Pdf Attachments Not Showing Up On Outlook/thunderbird, While They Do On Gmail? (sent From A Python Environment)

I've just joined a project and have been trying to figure why some emails are showing up as the… Read more [python]why Are Email Pdf Attachments Not Showing Up On Outlook/thunderbird, While They Do On Gmail? (sent From A Python Environment)

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

Com Error In Downloading Attachment From Outlook Through Win32com

import win32com.client import os outlook = win32com.client.Dispatch('Outlook.Application'… Read more Com Error In Downloading Attachment From Outlook Through Win32com

Python Script To Create Outlook .msg File

Is there a way to create an Outlook .msg file using Python? I want to generate several .msg files b… Read more Python Script To Create Outlook .msg File