
Improves 'MboxMessageInfo' class with support for retrieving message properties.
Features
- Added the following properties to 'MboxMessageInfo' class:
- DateTime Date - Gets the date of message.
- MailAddress From - Gets the from address.
- String Subject - Gets the message subject.
- MailAddressCollection To - Gets the address collection that contains the recipients of message.
- MailAddressCollection CC - Gets the address collection that contains CC recipients.
- MailAddressCollection BCC - Gets the address collection that contains BCC recipients of message.