Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeField Parse Method (String)MIME4NET Class Library Documentation
Parsers the given string and returns an instance of the Field class. The type of the class returned depends on the field name:
Field nameClass returnedContent-Typeorg.mime4j.field.ContentTypeFieldotherorg.mime4j.field.UnstructuredField

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

public static MimeField Parse(
	string s
)

Return Value

Type: MimeField
a Field instance.
Exceptions

ExceptionCondition
ArgumentExceptionon parse errors.
See Also