Back to product page

ToString Method


Returns string expression containing all headers.

Type

String

Syntax

  • Basic
object.ToString()
The ToString(object) syntax has these parts:
objectAn 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.

Platforms

Windows