Skip to content

Releases: Sicos1977/MSGReader

Version 1.9.0

24 Feb 10:25
Compare
Choose a tag to compare
  • Added option to get the last modifer of the msg file
  • Added CodePage property to get proper encoding for BodyText, BodyHtml and BodyRtf properties
  • Added PR_SENDER_SMTP_ADDRESS tag

Version 1.8.3

30 Dec 16:17
Compare
Choose a tag to compare

Added PR_SENT_REPRESENTING_SMTP_ADDRESS tag

Version 1.8.2

08 Dec 17:51
Compare
Choose a tag to compare

Fixed issues with very long attachment file names

Version 1.8.1

28 Nov 19:08
Compare
Choose a tag to compare
  • Added "sent on behalf of" support to Message class
  • Fixed some types here and there
  • Removed redundant code

Version 1.8

06 Nov 17:15
Compare
Choose a tag to compare

Added extra message types and fixed some issues

Version 1.7.4

14 Aug 17:20
Compare
Choose a tag to compare
  • Added creationtime and lastmodificationtime to message and attachment class
  • Added methode to delete attachments

Version 1.7.3

09 Aug 17:54
Compare
Choose a tag to compare
  • Moved language const files to resource files
  • Made this version available as a nuget package (search for MSGReader)
  • Fixed some comment typo's
  • There are 3 languages (nl-NL, de-DE and en-US (default) available when you use the Reader class. You can set the language by using the SetCulture method. For example SetCulture("nl-NL") to set it to Dutch. When there isn't a translated resource available the en-US resource is used. To add a translation download the code and copy the LanguageConsts.resx file, rename the file to LanguageConsts.[culture].resx (e.g. LanguageConsts.fr.resx for French). Afterwards open the resource file and translate it. Then recompile the source and use the SetCulture method in the reader class to set the UI culture.

Version 1.7

06 Jul 12:22
Compare
Choose a tag to compare
  • Added support for signed MSG files
  • Added support for EML (Mime 1.0 encoded) files
  • Fixed issue with double quotes not getting parsed correctly from HTML embedded into RTF

Version 1.6.1

20 Jun 06:35
Compare
Choose a tag to compare
  • Added support for multi value STRING8 type properties
  • Added option to msgviewer to save the E-mail as a text file
  • Fixed issue with window positioning in the msgviewer program
  • Added CPOL license file

Version 1.6

20 Jun 06:32
Compare
Choose a tag to compare
  • Fixed bug in E-mail CC field that also went into the BCC field
  • Fixed bug in appointment mapping
  • Added AllAttendees, ToAttendees and CCAttendees properties to Appointment class
  • Added MSGMapper tool, with this tool properties from msg files can be mapped to extended file properties (Windows 7 or higher is needed for this)
  • Added Outlook properties to extended file properties mapping for:
    • E-mails
    • Appointments
    • Tasks
    • Contacts