Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeField Parse Method MIME4NET Class Library Documentation
Overload List

  NameDescription
Public methodStatic memberParse(String)
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
Public methodStatic memberParse(String, Address)
Public methodStatic memberParse(String, IComplexAddress)
Public methodStatic memberParse(String, String)
Top
See Also