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

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

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