MimeUnparsableHeaderEventArgs Class
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Provides data for the UnparsableHeader event.
Syntax
public class MimeUnparsableHeaderEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Error | Gets the header parser error for this header. |
Ignore | Gets or sets the value indicating whether to ignore this error. A default value is determined by the IgnoreUnparsableHeaders flag of Options property. |
Name | Gets the header name. |
Raw | Gets the raw text representation of this header. |
Severity | Gets the severity of the header parser problem. |
Status | Gets the status of the header parser problem. |
Methods
Name | Description |
---|---|
SetHeaderValue(IHeader) | Sets the header value to the specified object. Use this to override the default parser and provide your own value. |