Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Header GetFields Method MIME4NET Class Library Documentation
Gets all Fields having the specified field name.

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

public IList GetFields(
	string name
)

Parameters

name
Type: System String
the field name (e.g. From, Subject).

Return Value

Type: IList
the list of fields.
See Also