MimeHeader.ToString Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9448)
ToString()
Returns a string representation of this header.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | A string representation of the header. |
Overrides
Remarks
The format of the result is "{name}: {value}".