Save state when leaving an inline response

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

Save state when leaving an inline response
 
Bert Sinnema


Guest


Hi,

I have a requirement that I don't know how to implement.

When I am in an active inline response, my addin shows an ADXOlForm in the explorer. In the form the user can add a few settings. When I switch to another item the mail is saved as a draft, obviously losing the state.

I would like to save the state somewhere but I can't figure out when to save it.
Can I somehow catch the save draft event? ProcessBeforeAutoSave doesn't seem to fire here.

Is there a way to see if I am moving away from an active inline response?

Thanks
Posted 06 Jun, 2018 07:54:57 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hello Bert,

See the ExplorerInlineResponseCloseEx event of the ADXOutlookAppEvents component.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Jun, 2018 08:26:17 Top