Outlook Macro in Add-inOutlook макрос в Add-in
Microsoft Outlook has a VBA macro.It is necessary to realize the distribution of this macro by pre-writing it in the form of the VSTO Add-In upgrade.You need to write a VSTO upgrade so that the macro can be installed in Microsoft Outlook on multiple computers and to ensure that Outlook works with the macro, but at the same time to hide the macro code from users.The task involves the deployment of the macro on devices (for example, using ClickOnce).The essence of the macro is to check the files and the text of the message for the availability of personal data.With the subsequent appearance of a floating window of the presence of PD.The refactor refers to the translation of the Hardcode of regular expressions into a mass, which is set in one place.This can be both the file and inside the code.The application of programming languages is considered as JS C#.As a result, the macro source code, the assembly and installation instructions will be transmitted.I look forward to your answers and questions on the project.
Добрый день.
Следует разработать надстройку для Microsoft Outlook в виде VSTO Add-In
Внутри Microsoft Outlook присутствует макрос VBA.
Необходимо реализовать дистрибуцию этого макроса, предварительно переписав его в виде надстройки VSTO Add-In. Надо написать VSTO надстройку, чтобы макрос можно было установить в Microsoft Outlook на нескольких компьютерах и обеспечить работу Outlook с макросом, но при этом скрыть код макроса от пользователей. Задача подразумевает развёртывание макроса на устройствах (например, с помощью ClickOnce).
Суть макроса состоит в том, проверке файлов и текста сообщения на наличие персональных данных. С последующим появлением всплывающего окна о наличии ПД.
Рефактор подразумлевает перевод Хардкод регулярных выражений в массив, который задаётся в одном месте. Это может быть как файл, так и внутри кода.
По реализации рассматривается использование языков программирования как JS C#.
В качестве результата должен будет передаваться исходный код макроса, инструкция по сборке и установки.
Жду Ваших откликов и вопросов по проекту