Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IContentHandler Field Method MIME4NET Class Library Documentation
Called for each field of a header.

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

void Field(
	string fieldData
)

Parameters

fieldData
Type: System String
the raw contents of the field (Field-Name: field value). The value will not be unfolded.
See Also