I'm developing a Windows 8 app using C# and XAML. In the app it's possible to share stuff through email and for this I'm using the DataTransferManager to show the the share UI.
What I'm wondering is if there's any possibility to understand if the share UI was used to send an email or not? Is it possible to get some kind of response from it?