python_outlook
# Learning Automated outlook email forwarding with python for automated batching July 4, 2023 Institution ChatGPT Eric Tu Author 1. Background: The outlook mailbox does not allow more than one email to be forwarded, so if I have 10,000 emails, wouldn’t I need to forward them one by one.😨 So I decided to write code …