bsGetSubject()
Returns the content of the SUBJECT: 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 contents of the SUBJECT: email header.
Syntax - (ANSI C)
char *sRawMessage, *sReturnValue;
sRawMessage = "{RAW Email Message}";
bsGetSubject(sRawMessage, &sReturnValue);
Remarks
For more examples, and language specific declarations, see sample source code files that
came with BounceStudio API.