ResetHeaders Method
Resets all the message headers to empty.
Syntax
void __fastcall ResetHeaders();Remarks
This method resets all the message headers to "" (empty string). Use this method before creating a new message, so that headers from the previous message are not carried over to the next one.