Returns a string representation of this header.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Overrides Function ToString As String
C#
public override string ToString()

Return Value

A string representation of the header.

Remarks

The format of the result is "{name}: {value}".

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also