BounceStudio API Functions
bsBounceStudio_Init() - Initializes the BounceStudio library.
bsBounceCheck() - Checks an email message to see if it is, indeed, a bounced message. If all you need to do is check email messages for a bounce type, and extract the email address, then this is the only function you need.
bsGetBody() - Returns the email message body.
bsGetFromAddress() - Returns the email address of the FROM: email header.
bsGetFromFriendlyName() - Returns the friendly name of the FROM: email header.
bsGetHeader() - Returns the entire header block of the email message.
bsGetReplyToAddress() - Returns the email address of the REPLY-TO: email header.
bsGetReplyToFriendlyName() - Returns the friendly name of the REPLY-TO: email header.
bsGetSubject() - Returns the content of the SUBJECT: email header.
bsGetToAddress() - Returns the email address of the TO: email header.
bsGetToFriendlyName() - Returns the friendly name of the TO: email header.
bsGetCustomHeader() - Returns the value of a custom email header.
bsGetOrigCustomHeader() - Returns a custom header value from the original email message that was sent to the recipient.