Gets the value indicating whether the message headers were parsed.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public ReadOnly Property HeadersParsed As Boolean
	Get
C#
public bool HeadersParsed { get; }

Field Value

True if parsed; false if not.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also