MailBee.NET Objects v11.2

Released: Oct 23, 2017

Updates in v11.2

Features

  • Brings features previously available only in classic .NET Framework 4.5 edition, to .NET Core 2.0, including:
    • BounceMail component (parser of bounced e-mails).
    • Verification of e-mail addresses in bulk mode.
    • Mail merge over database.
  • UWP edition can now be used in Release builds.
  • Multiple SMTP enhancements:
    • Empty MAIL FROM is now allowed for SMTP.
    • No extra CRLF in the end of DATA transmission in SMTP.
    • MAIL FROM now includes SIZE if the SMTP server limits the size of messages being submitted.
    • Short path of SMTP authentication (required by Microsoft SMTP servers).
  • Protected constructors for exception classes (required to make exception serialization work properly).

Fixes

  • Miscellaneous bug fixes and improvements (mostly, to Outlook .MSG parser and builder).