Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Header GetField Method MIME4NET Class Library Documentation
Gets a Field given a field name. If there are multiple such fields defined in this header the first one will be returned.

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

public MimeField GetField(
	string name
)

Parameters

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

Return Value

Type: MimeField
the field or null if none found.
See Also