drag and drop and ExplorerSelectionChange

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

drag and drop and ExplorerSelectionChange
drag and drop and ExplorerSelectionChange 
Karim




Posts: 170
Joined: 2006-01-02
Hello,

when a mail is moved (withdrag and drop) from one box to another I wish the event :


procedure TAddInModule.adxOutlookAppEventsExplorerSelectionChange
  (Sender: TObject);


do not trigger only in this case.

how to do ?

Thanks
Posted 06 Apr, 2018 05:02:37 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Karim,

All Outlook events are generated by the Outlook object model and there's no way to change this behavior. You can however choose not to handle this or that event depending on context or other conditions.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Apr, 2018 05:18:49 Top