Parsers the given string and returns an instance of the
Field class. The type of the class returned depends on
the field name:
Namespace: NI.Email.Mime.FieldField name | Class returned | Content-Type | org.mime4j.field.ContentTypeField | other | org.mime4j.field.UnstructuredField |
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
Parameters
- s
- Type: System String
the string to parse.
Return Value
Type: MimeFielda Field instance.
Exceptions
Exception | Condition |
---|---|
ArgumentException | on parse errors. |
See Also