Hi, is anyone familiar with development of integration between corporate Outlook email voting buttons with logging in SQL database?
Process involves sending automatized voting email by ITEM_ID (probably part of subject email) to multiple voters (executive board members). This SQL table represents voting topics aka ITEM_ID's. After each of them votes, SQL is logging their answers with time,
answer and ITEM_ID because emails are sent frequently based on ITEM_ID.
I searched and found only possible solutions as separate web page and email with links, or .NET application.
kind regards,