Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MailboxField ParseBody Method MIME4NET Class Library Documentation
Attempts to parse the body into an e-mail address. If address is invalid, it will be set to null.

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

protected override void ParseBody(
	string body
)

Parameters

body
Type: System String

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

See Also