Skip to content

A handy tool to read Outlook local client using Python.

License

Notifications You must be signed in to change notification settings

Bader-CN/OutlookUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutlookUtils

A command-line tool for invoking a local Outlook client based on Python.

Usage Example

# Get Email Subject
outlook_utils.py get-emails-subject --email-addr <email_address>
# Get Email Summary
outlook_utils.py get-emails-summary --email-addr <email_address>
# Send Email from local Outlook Client
outlook_utils.py send-email --to-addr <email_address> [--subject <string> --content <string>]
# Help Information
outlook_utils.py --help
outlook_utils.py get-emails-subject --help
outlook_utils.py get-emails-summary --help
outlook_utils.py send-email --help

About

A handy tool to read Outlook local client using Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages