Gets or sets the value indicating whether to ignore this error. A default value is determined by the IgnoreUnparsableHeaders flag of Options property.

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

Syntax

Visual Basic
Public Property Ignore As Boolean
	Get
	Set
C#
public bool Ignore { get; set; }

Field Value

A value indicating whether to ignore this error.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also