MimeHeaderReader Members
Include Protected Members
Include Inherited Members
The MimeHeaderReader structure returns information about Multipurpose Internet Mail Extensions (MIME) headers.
The MimeHeaderReader type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AddressReader | The AddressReader property gets a MimeAddressReader structure to read the addresses in the Multipurpose Internet Mail Extensions (MIME) header that is being read. | 
| .gif) | CanHaveParameters | The CanHaveParameters property gets a bool value that indicates whether the header that this MimeHeaderReader reads can have parameters. | 
| .gif) | HeaderId | The HeaderId property gets a HeaderId enumeration value that indicates the identity of this header. | 
| .gif) | IsAddressHeader | The IsAddressHeader property gets a bool value that indicates whether the Multipurpose Internet Mail Extensions (MIME) header read by this MimeHeaderReader is an address header. | 
| .gif) | Name | The Name property gets the name of the Multipurpose Internet Mail Extensions (MIME) header read by this MimeHeaderReader structure. | 
| .gif) | ParameterReader | The ParameterReader property gets a MimeParameterReader structure that can be used to read the parameters in the header read by this MimeHeaderReader structure. | 
| .gif) | Value | The Value property gets a string that represents the header read by this MimeHeaderReader structure. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from ValueType.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from ValueType.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ReadNextHeader | The ReadNextHeader method moves to the next header. | 
| .gif) | ReadValueAsDateTime | The ReadValueAsDateTime method tries to interpret the current header as structured date and time information and to return it as a DateTime object. | 
| .gif) | ToString | (Inherited from ValueType.) | 
| .gif) | TryGetValue(String) | The TryGetValue method tries to get the value of the current header and put it in value. | 
| .gif) | TryGetValue(DecodingOptions, DecodingResults, String) | The TryGetValue method tries to get the value of the current header and put it in value. | 
Top