English

Remove Attachments in Outlook Emails using Python

In certain cases, you have to remove some or all attachments from the emails before forwarding. Therefore, in this article, you will learn how to remove attachments from an Outlook email in Python.
October 11, 2022 · 2 min · Usman Aziz

Add and Extract Attachments in Outlook Emails using Python

In various cases, while working with MS Outlook emails programmatically, you have to manipulate the attachments. For example, you may need to add/download files to/from the attachments. In this article, you will learn how to add attachments to Outlook emails in Python. We will also demonstrate how to extract the attachments and save them as files programmatically in Python.
October 10, 2022 · 3 min · Usman Aziz

Create MS Outlook Distribution Lists in Python

MS Outlook allows creating the distribution lists to send emails to multiple people without writing individual email addresses. Furthermore, you can create different lists based on types of people such as official, social, etc. While working with MS Outlook programmatically, you can create and save a distribution list on disk in PST format. This PST file can be loaded and utilized in MS Outlook or from within your application. In this article, you will learn how to create MS Outlook distribution lists in Python.
April 18, 2022 · 2 min · Usman Aziz