How could I, using C# in either a WinRT (ideal although unlikely) or Legacy app, access previous (and likely missed) Toast Notifications from all applications?
As best as I can tell, there is no easy way to do this (no obvious APIs, understandably so for security reasons, especially for Metro apps) so I'm looking for clever ways to accomplish this. One idea (I don't know if it's possible) is if these are (or can be) logged to an Event Log, the it should be pretty simple.
Ideally, I'd like this to be a Metro app with 8.0 and 8.1 compatibility. However, I doubt that's possible for understandable security reasons. Realistically, doing this is as a Legacy app would be sufficient and probably much easier since I can run that as an administrator.
Thanks in advance!!