Custom code prior to "Check Names" dialog?

Add-in Express™ Support Service
That's what is more important than anything else

Custom code prior to "Check Names" dialog?
 
Mark De Lorenzo




Posts: 40
Joined: 2015-06-22
Outlook 2013 / New Email form:

Is it possible to execute some custom code prior to the "Check Names" (Ctrl-K) dialog being displayed?

Example: If a user entered multiple UserIDs in the TO, or CC fields, I want to look them up and replace them with the proper alias' before the Check Names process runs.
Posted 12 Oct, 2016 12:03:51 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Mark,

Check the BeforeCheckNames event, see https://msdn.microsoft.com/en-us/library/office/ff870099.aspx. In Add-in Express is mapped to the ProcessBeforeCheckNames method of the Outlook Item (not Items!) Events Class, see the Add New Item dialog of your add-in project.


Andrei Smolin
Add-in Express Team Leader
Posted 13 Oct, 2016 02:37:17 Top