ComplexHeader properties

The ComplexHeader type exposes the following members.

Properties

  Name Description
Public property FirstChild The FirstChild property gets the MimeNode object that is the first child of this MimeNode object. (Inherited from MimeNode.)
Public property HasChildren The HasChildren property gets a bool value that indicates whether this MimeNode object has children. (Inherited from MimeNode.)
Public property HeaderId The HeaderId property gets the HeaderId enumeration that describes the type of header that is represented by this Header object. (Inherited from Header.)
Protected property IsReadOnly Gets a bool value that indicates whether the owning MimeDocument object is read-only. (Inherited from MimeNode.)
Public property Item The Item property returns the MimeParameter indicated by name.
Public property LastChild The LastChild property gets the last child of this MimeNode object. (Inherited from MimeNode.)
Public property Name The Name property gets the name of this header. (Inherited from Header.)
Public property NextSibling The NextSibling property gets the next MimeNode object in the list of children that belong to this MimeNode object. (Inherited from MimeNode.)
Public property Parent The Parent property gets the MimeNode object that is the parent of this MimeNode object. (Inherited from MimeNode.)
Public property PreviousSibling The PreviousSibling property gets the previous MimeNode object in the list of children that belong to this MimeNode object. (Inherited from MimeNode.)
Public property Value The Value property gets or sets the value of this Header object. (Inherited from Header.)

Top

See also

Reference

ComplexHeader class

Microsoft.Exchange.Data.Mime namespace