Is it possible in the c# code to iterate thru the list items affected by a specific alert (immediate/daily/weekly)? I followed https://blogs.msdn.microsoft.com/sharepointdeveloperdocs/2007/12/14/how-to-customizing-alert-emails-using-ialertnotifyhandler/ and not sure how I can get - for example the created by column, modified by column, any other columns values that exists in the list. I need this as I wanted to build my own alert email body with the values of columns in it.
Thanks in advance