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? |
|
Andrei Smolin
Add-in Express team
Posts: 19138
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 |
|