Contains the following updates and changes:
- Image class
- Reflection class added
- Contains function for getting information from objects
- Data conversion class
- Added base 64 to string and string to base 64 functions
- Environment class added
- OS version, name, etc.
- Memory available, memory currently being used
- Email
- Items have been refactored and added to their respective directories
- Message base class created for all email items
- Added Exchange inbox reading using WebDAV
- Added Pop3 email client with retrieval functions
- Added MIME parser class
- Added SSL connection for SMTP email sender
- WebBrowser Control
- Added class to help with purging cache of WebBrowser control
- Random class added
- Added random date and random string functions