InliineResponseCloseEx

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

InliineResponseCloseEx
 
Byung Kun Kim


Guest


Threre are several InliineResponse related events defined.
What are the differences between them. especially I need to know xxxEx events.

Private Sub AdxOutlookAppEvents_ExplorerInlineResponse(sender As Object, itemObject As Object) Handles AdxOutlookAppEvents.ExplorerInlineResponse

Private Sub AdxOutlookAppEvents_ExplorerInlineResponseEx(sender As Object, itemObject As Object, sourceObject As Object) Handles AdxOutlookAppEvents.ExplorerInlineResponseEx


Private Sub AdxOutlookAppEvents_ExplorerInlineResponseClose(sender As Object, e As EventArgs) Handles AdxOutlookAppEvents.ExplorerInlineResponseClose

Private Sub AdxOutlookAppEvents_ExplorerInlineResponseCloseEx(sender As Object, sourceObject As Object) Handles AdxOutlookAppEvents.ExplorerInlineResponseCloseEx


What are the "sourceObject"s?
Posted 14 Oct, 2016 03:15:55 Top
Andrei Smolin


Add-in Express team


Posts: 18810
Joined: 2006-05-11
Hello Byung,

This is an Outlook.Explorer which is the source of the event.


Andrei Smolin
Add-in Express Team Leader
Posted 14 Oct, 2016 10:19:26 Top