Due to a nasty bug in a customized mail R8 template I spent some time with the script libraries in MailR8. There are some classes starting with “NotesCS”, and I can’t find the declaration of these classes.
To my surprise this small agent compiles and runs:
option explizit
dim Dim n As New NotesCSReservationDocument()
So my question is where these classes are declared. Probably it would also be nice to have some documentation. Thank you for any hints.
Johannes