Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Header Fields Property MIME4NET Class Library Documentation
Gets the fields of this header. The returned list will not be modifiable. Returns the list of Field objects.

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public IList Fields { get; }

Property Value

Type: IList
See Also