Build History:Presort Object

From Melissa Data Wiki
Revision as of 00:07, 16 December 2016 by Admin (talk | contribs)
Jump to navigation Jump to search


Build 2326

Released March 2014


Build 1889

Released November 2011

This is the initial release of the presort disc. Presort has been moved from the DQ Suite DVD to its own disc.

Changes from the previous Presort Object are:

First Class Mail
  • Postcards: Yes
  • Letters: Yes
  • Flats: Yes
  • Non Machinables: Yes
  • EMM Trays: Yes -Added
Standard Mail is working for the following sortations.
  • Profit: Yes
  • Non Profit: Yes -Added
  • Letters: Yes
  • Non Machinables: Yes
  • Flats: Yes -Added
  • Enhanced Carrier Route: Yes -Added
  • Destinations SCF/BMC: No
Presort has also been updated to use the latest rates.
Global Changes
New Licensing Mechanism
  • Melissa Data is introducing a new License Key mechanism. Instead of individual License Keys for each product, we can now issue one License Key to enable every object you are using. Additionally, this License Key can be set as an environment variable (MD_LICENSE). This way, License Keys can be changes or swapped out without recompiling your application. Of course, the current method of setting your License Key will still work. Please reference the documentation under SetLicenseString for more details. A FAQ is also available here: http://www.melissadata.com/tech/set-environment-variable.htm


Build 1567

Released March 2010

  • Postage statements released for March 2010 is now being used.
  • You now must now call the ProduceReports method before you call DoPresort instead of after. This change was made to support future sortations, which much generate the reports dynamically as you presort.


Build 1084

Released November 2009

  • First Class EMM Trays, Standard Non-Profit, Standard Flats, and Standard Enhanced Carrier Routes support added. New Postage statements to be used by 11/29/2009 as been updated.
  • New Postage statements to be used by 11/29/2009 as been updated.


Build 1070

Released April 2009

  • Presort Object has deprecated the use of MailClass and PieceType. Setting the mail class and piece type is now done through PreSortSettings(), which uses the SortationCode enumeration. This makes it easier for the user to see all the supported sortations and prevent incorrect combinations.
  • Presort Object now uses PathToPresortDataFiles and InitializeDataFiles instead if Initialize(). This brings Presort object in line with our other products and allows us to add future data files easier.
  • Presort Object uses ProduceReports() instead of automatically generating the reports after DoPresort() now. This will give the user more control of when and where the reports are generated as well as what they are named.
The following sortations are now supported
First Class Mail:
  • Postcards: Yes
  • Letters: Yes
  • Flats: Yes
  • Non Machinables: Yes
  • EMM Trays: Yes
Standard Mail is working for the following sortations.
  • Profit: Yes
  • Non Profit: Yes
  • Letters: Yes
  • Non Machinables: Yes
  • Flats: Yes
  • Enhanced Carrier Route: Yes
  • Destinations SCF/BMC: No


Build 1040

Released June 2008

  • New Postage Rates and Postage report added.
The following sortations are now supported
First Class Mail:
  • Postcards: Yes
  • Letters: Yes
  • Flats: Yes
  • Non Machinables: Yes
  • EMM Trays: No
Standard Mail is working for the following sortations.
  • Profit: Yes
  • Non Profit: No
  • Letters: Yes
  • Non Machinables: Yes
  • Flats: No
  • Enhanced Carrier Route: No
  • Destinations SCF/BMC: No


Build 1000

Released October 2006

  • Initial public release of Presort Object