Skip to content

AntonyCM94/automatization-outlook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Outlook Automation Demo with Python

This project demonstrates how to automate basic email management tasks in Outlook using Python and the pywin32 library.

What does the script do?

  • Establishes a connection to Outlook via COM.
  • Filters items to work only with real email messages.
  • Extracts key information (sender, subject, received time).
  • Logs all activity in a log.txt file for traceability and easier maintenance.

Optional features (easy to add)

This script can be easily extended to include features such as:

  • Filtering by subject or keywords.
  • Detecting if emails were replied to or not.
  • Saving pending emails to .xlsx or .csv files.
  • Automatically sending follow-up messages after X days.

Ideal for:

  • Automating repetitive email tasks in corporate environments.
  • Implementing follow-up workflows with clients.
  • Boosting personal or team productivity. If you'd like to test a custom demo or need a specific feature, feel free to get in touch!

the file you need to use is test_outlook.py

License: MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages