Description
-
Returns string expression containing all headers.
Return Type
-
A String value.
Syntax
-
object.ToString
The ToString Method syntax has these parts:
Remarks
- ToString method will return string expression that is
combined of all headers in the message (or message part),
separated with CRLF sequence. Returned string expression is
*almost* the same as in original message, with exception to
LF->CRLF conversions.
|