MimeField.Parse Method 

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 returned Content-Typeorg.mime4j.field.ContentTypeField otherorg.mime4j.field.UnstructuredField

public static MimeField Parse(
   string s
);

Parameters

s
the string to parse.

Return Value

a Field instance.

Exceptions

Exception Type Condition
ArgumentException on parse errors.

See Also

MimeField Class | NI.Email.Mime.Field Namespace