bsGetFromFriendlyName()
Returns the friendly name of the FROM: email header within the sMessageText parameter.
Parameters
sMessageText
A character array containing the RAW email message. Pass the RAW email message text in via this parameter.
For formatting requirements of a RAW email message, click here.
sReturnValue [out]
Pointer to a character array. Returns a pointer to the Friendly Name of the FROM: email header.
Syntax - (ANSI C)
char *sRawMessage, *sReturnValue;
sRawMessage = "{RAW Email Message}";
bsGetFromFriendlyName(sRawMessage, &sReturnValue);
Remarks
For more examples, and language specific declarations, see sample source code files that
came with BounceStudio API.