C Style API
bbGetFromFriendlyName() Function
Returns the friendly name of the FROM: email header within the sMessageText parameter.
Parameters
sMessageText
Null terminated character array containing the email message
that you need to retrieve the FROM: friendly name from.
sReturn [out]
Null terminated 255 character array. Returns the value of the
FROM: friendly name.
lLength [out]
Returns a long value. Contains the length of the value
returned in sReturn.
Syntax - (Visual Basic)
sValue = String(255, " ")
Call bbGetFromFriendlyName(sMessage, sValue, lLength)
sFromFriendly = 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