Gets the value of this header,

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

Syntax

Visual Basic
Public ReadOnly Property Value As IHeader
	Get
C#
public IHeader Value { get; }

Field Value

Header value.

Remarks

This might be any of various classes that implement the IHeader interface.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also