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

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

[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)

Verify Email Address Using Outlook Global Address List In Python

I am trying to verify if internal email address is valid based upon Outlook Global Address List and… Read more Verify Email Address Using Outlook Global Address List In Python

Python Win32 Can't Read Outlook Email Body's

Im trying to use win32 module for python and get the body of my email message. However whenever I t… Read more Python Win32 Can't Read Outlook Email Body's

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

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: Export Messages As .msg Using Pywin32.client

I am hitting a road block with exporting outlook messages as .msg files. I'm not sure on how to… Read more Python: Export Messages As .msg Using Pywin32.client