Have added new functionality for an emailer component.
This interface and base class gives a number of features which include:
  1. Adding multiple email messages
  2. Add Attachments
  3. Add Multiple Email Address to either To, CC, BCC
  4. Keyvalue pair for insert and replacement of text.

Started fleshing out the basic repository and now working on the output module.
Am having to think about how this will operate.


Common Library now contains three variations of the image capture interface:

Screen
Memory
ByteArray

IUser has now had browser settings object added to aid in web browser gathering.

Have implemented the Log Repository Base Class. Just need to implement the output mode section.


Basic Error logging Interface constructed with a basic class that implements it.

Basic Screen Capturing Interface constructed with a basic class implemented.

3 test projects built:

2 projects for TDD with just mock

1 project as a windows application to test actual functionality of the classes being implemented in an actual application.