The MimeUnparsableHeaderEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkError
Gets the header parser error for this header.
Public propertySupported by the .NET Compact FrameworkIgnore
Gets or sets the value indicating whether to ignore this error. A default value is determined by the IgnoreUnparsableHeaders flag of Options property.
Public propertySupported by the .NET Compact FrameworkName
Gets the header name.
Public propertySupported by the .NET Compact FrameworkRaw
Gets the raw text representation of this header.
Public propertySupported by the .NET Compact FrameworkSeverity
Gets the severity of the header parser problem.
Public propertySupported by the .NET Compact FrameworkStatus
Gets the status of the header parser problem.

See Also