BoogieBounce API 3.6 represents many years of research and development in email bounce
technologies. It has become known for it's ease of use, robustness, performance,
and pinpoint accuracy of it's bounce detection engine. Version 3.6 takes this a step further.
bBounce Object -
The new bBounce Object was created to replace the original
BoogieBounce Object. Don't worry, we left the old
BoogieBounce Object in place so that the new release would be backward compatible with your
existing code (We didn't want to break anyone's existing code). We do recommend migrating
your existing code to the new bBounce Object, as the older BoogieBounce Object is now
considered deprecated. The new bBounce object has many new methods and properties that we
think you'll find useful.
Sets the RAW email message text that the API will interrogate for a bounced email message and/or parse for specific message parts. You must set this property value prior to calling the DoBounceCheck Method, or accessing any of the other properties or methods.
Returns a custom header value from the original email message that was sent to the recipient.
New Functions In The C Style API -
We've added several new functions to the standard win32 C Style bBounce.dll. The original bbBounceCheck function
itself has not changed, so you don't need to make any changes to your code for BoogieBounce API 3.6 to run correctly.