https://github.com/cxuesong/outlookfoldernotifier
Shows notifications for some of the sub-folders in Outlook.
https://github.com/cxuesong/outlookfoldernotifier
outlook outlook-addin vsto-plug
Last synced: 2 months ago
JSON representation
Shows notifications for some of the sub-folders in Outlook.
- Host: GitHub
- URL: https://github.com/cxuesong/outlookfoldernotifier
- Owner: CXuesong
- License: mit
- Created: 2018-02-11T14:15:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T15:26:39.000Z (about 7 years ago)
- Last Synced: 2025-01-03T05:46:05.113Z (4 months ago)
- Topics: outlook, outlook-addin, vsto-plug
- Language: C#
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Outlook Folder Notifier
Shows notifications for some of the sub-folders in Outlook.
[Download Releases](https://github.com/CXuesong/OutlookFolderNotifier/releases) | [Issues](https://github.com/CXuesong/OutlookFolderNotifier/issues) | [Chat on Gitter](https://gitter.im/CXuesong/OutlookFolderNotifier)
## Motivation
As it is commonly observed till Office 2016, though Outlook provides notification for new e-mails recieved in the "inbox" folder, it won't show such notifications for the received e-mails in any other folders (e.g. IMAP folders). Though there are already some tips on the internet to enable notifications for all incoming e-mails, sometimes we just want those which come into spam folder come silently. Thus I decided to spend a day writing this rudimentary Outlook add-in to solve the problem.
## Prerequisite
* Microsoft Office Outlook 2013/2016 running on Windows
* .NET Framework 4.6.1
* VSTO 2010## Usage
* [Download](https://github.com/CXuesong/OutlookFolderNotifier/releases) & Install the plugin, the installer should automatically download and install the requirements if missing
* Open Outlook
* Open "Folder" ribbon tab, you may see "Folder Notifier" ribbon group to the right side
* Click "Monitored Folders"
* Check the folders that you want to receive notifications about, and click "OK"
* Voila. You can get yourself a new mail to test it out now.## Troubleshooting
If you bump into similar error as follows when installing
```
The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'Microsoft.Office.Business.Applications.Fba, Version = 14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. (C:\Program Files (x86)\Common Files\Microsoft\Share\VSTO\10.0\VSTOInstaller.exe.Config line10)
```You may consider comment out (suggested) or remove the content between `` in `VSTOInstaller.exe.Config` located in the path as mentioned above.