Outlook COM based C++ Addin to Capture Sent Items
I am trying to add a record to log file when Email is sent from outlook using com addins. I intialized an interface and registered for Outlook::ApplicationEvents using DispEventAdvise method. The program fails to execute the Onsend Method. I build the addin and tried to load in Outlook. I am unable to trigger the sent email function.
Outlook COM based C++ Addin to Capture Sent Items
I am trying to add a record to log file when Email is sent from outlook using com addins. I intialized an interface and registered for Outlook::ApplicationEvents using DispEventAdvise method. The program fails to execute the Onsend Method. I build the addin and tried to load in Outlook. I am unable to trigger the sent email function.