C Style API
bbGetCustomHeader() Function
Returns the value of a custom email header within the sMessageText parameter.
Parameters
sMessageText
Null terminated character array containing the email message
that you need to retrieve the custom header value from.
sReturn [out]
Null terminated 255 character array. Returns the content of the
custom header.
lLength [out]
Returns a long value. Contains the length of the value
returned in sReturn.
sCustomHeader
Null terminated character array. Specifies the custom header you want to retrieve.
Syntax - (Visual Basic)
sValue = String(255, " ")
Call bbGetCustomHeader(sMessage, sValue, lLength, "Date")
sCustom = Left(sValue, lLength)
Remarks
For more examples, and language specific declarations, see sample source code files that
came with BoogieBounce API.
See Also
Visual Basic Users
Power Basic Users