Description
-
Returns string expression containing all headers.
Return Type
-
A String value.
Syntax
-
object.ToString
The ToString Method syntax has these parts:
| object |
An expression
evaluating to an object of type SmtpHdrs. |
Remarks
-
ToString method will return string expression that is
combined of all headers in the message, separated with CRLF
sequence.
Returned string expression is almost the same
as in original message, with exception to your changes in
the message.
|