MimeHeaderReader Members

The MimeHeaderReader structure returns information about Multipurpose Internet Mail Extensions (MIME) headers.

The following tables list the members exposed by the MimeHeaderReader type.

Public Properties

  Name Description
Aa564625.pubproperty(en-us,EXCHG.80).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.
Aa564625.pubproperty(en-us,EXCHG.80).gif CanHaveParameters The CanHaveParameters property gets a bool value that indicates whether the header that this MimeHeaderReader reads can have parameters.
Aa564625.pubproperty(en-us,EXCHG.80).gif HeaderId The HeaderId property gets a HeaderId enumeration value that indicates the identity of this header.
Aa564625.pubproperty(en-us,EXCHG.80).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.
Aa564625.pubproperty(en-us,EXCHG.80).gif Name The Name property gets the name of the Multipurpose Internet Mail Extensions (MIME) header read by this MimeHeaderReader structure.
Aa564625.pubproperty(en-us,EXCHG.80).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.
Aa564625.pubproperty(en-us,EXCHG.80).gif Value The Value property gets a string that represents the header read by this MimeHeaderReader structure.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa564625.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa564625.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa564625.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa564625.pubmethod(en-us,EXCHG.80).gif ReadNextHeader The ReadNextHeader method moves to the next header.
Aa564625.pubmethod(en-us,EXCHG.80).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.
Aa564625.pubmethod(en-us,EXCHG.80).gifAa564625.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa564625.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )
Aa564625.pubmethod(en-us,EXCHG.80).gif TryGetValue Overloaded. The TryGetValue overloads try to get the value of the current header.

Top

Protected Methods

  Name Description
Aa564625.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa564625.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top