Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeField ParseBody Method MIME4NET Class Library Documentation
Parses the field body. @param body the field unfolded body.

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

protected abstract void ParseBody(
	string body
)

Parameters

body
Type: System String

[Missing <param name="body"/> documentation for "M:NI.Email.Mime.Field.MimeField.ParseBody(System.String)"]

See Also