Welcome to the AI Outlook Add-in, a powerful tool that enhances your email workflow with LLM capabilities. It integrates directly into classic Outlook 365 as a VSTO add-in, supporting both OpenAI API and Ollama for AI-powered features.
If you appreciate my work, please consider giving it a star! 🤩
- AI-Powered Email Responses: Generate intelligent replies to emails using customizable prompts
- Email Summarization: Summarize single or multiple emails quickly
- Text Composition Assistant: Improve and rewrite email text while composing
- Email Monitoring & Auto-Categorization: Automatically categorize incoming emails using LLM analysis
- Auto-Reply Draft Generation: Generate draft replies automatically for specific categories
- Correlation ID Logging: Trace multi-step operations with unique IDs for easier debugging
- Flexible LLM Support: Works with OpenAI API or local Ollama models
- Proxy Support: Built-in proxy configuration with encrypted password storage
- Download the release
- Quit Outlook
- Install by starting OutlookAI.vsto
- Restart Outllok
- Download the release
- Quit Outlook
- Install by starting OutlookAI.vsto. Due to the way vtso installations works please make sure that you start the installation from the same directory as the installation. If the installation fails - deinstall via the Windows Settings and reinstall. The application seetings will remain.
- Restart Outllok
- Quit Outlook
- Deinstall via the Windows Settings
In the settings, configure your OpenAI or Ollama information:

If needed, configure your proxy settings:

- Open OutlookAI settings and navigate to the "Email Monitoring" tab
- Check "Enable Email Monitoring"
- Select the mailboxes you want to monitor
- Add categories with classification prompts
- Optionally enable auto-reply draft generation for specific categories
- Save settings and restart Outlook if needed
For detailed information about the project:
- Development Guide: See CLAUDE.md for build instructions and architecture overview
- Requirements: See REQUIREMENTS.md for complete feature specifications
- Implementation Notes: See IMPLEMENTATION_NOTES.md for technical details about email monitoring
- .NET Framework 4.8
- VSTO (Visual Studio Tools for Office)
- Microsoft Office Interop (Outlook, Word) v15.0
- Newtonsoft.Json 13.0.3
- OpenAI API / Ollama support
- Translations (localization for additional languages)