NotifySec is an Outlook add-in used to help users report a suspicious e-mail to security team. this Outlook add-in is designed to support Hebrew (right to left notifications) and building MSI installer for fast deployment.
It is based on the work of https://github.com/certsocietegenerale/NotifySecurity and NightWizzard's way for adding message headers, (https://www.codeproject.com/Questions/1074498/Outlook-add-in-in-Csharp-get-message-header) with several modification as well as new features:
- the add-in is designed to support notifications in right to left languges (e.g Hebrew, Arab)
- the Solution include 2 wixtool setup project for building MSI installer for 32bit and 64bit MS office outlook (see howto section) which allow easy deployment. 3.the add-in button is in the inbox toolbar tabMail and in TabReadMessage so users can report old e-mails located in any folder.
- New icon

Usage
The solution was coded on visual studio 2017.
The add-in was successfully tested on office 2010, 2013, 2016 on x86 and x64 versions.
Prerequisites
- visual studio 2017
- install wix toolset - https://wixtoolset.org/releases/v3.11.1/stable
howto
-
Open NotifySecOutlook2010.sln in VisualStudio
-
Using solution Explorer - double click "ribbon.cs" to edit mode, look for the comments asking you to enter security team mail and help desk mail as foloow:

-
SAVE.
-
Test the solution by closing OUTLOOK.EXE and under the "DEBUG" menu click "START DEBUGGING".
-
Before building the Outlook add-in and the MSI files. You'll need to Check the Configuration Manger (under "Build" Menu) as follow:

-
It's best to build each project separatly, starting from the "NotifySecOutllok2010" project. In the solution explorer window, right click it and choose build.

-
Reapet this for SetupProject32 (build MSI installer for 32 bit offfice) and SetupProject64 (build MSI installer for 32 bit offfice).
Before building the SetupProject, Please:
a. Add Wixtoolset DLL file to the SetupProject32 and SetupProject64 (In soulotion explorer right click the "References Folder" that's under each of the SetupProjects and choose "Add Reference". Locate WixUIExtension.dll and WixNetFxExtension.dll aand Add them (usally in C:\Program Files (x86)\WiX Toolset v3.11\bin)
b.that the configuration mangment definition are as requiered. -
The Add-in is installed on HKLM (Local Machine) so it should be done with a user that is a local admin on the target pc.
-
Run Command is:
msiexec /q /i \Remote_Server_Address\Folder_Name\InstallNotifysecOutlookAddin32bit.msi msiexec /q /i \Remote_Server_Address\Folder_Name\InstallNotifysecOutlookAddin64bit.msi
Support
Eli Hazan - elihaz@gmail.com
Thanks
Dvir Dahan & Alon Ekroni for QA and Testing.
© 2019 GitHub, Inc.