Example usage for Java javax.mail Header fields, constructors, methods, implement or subclass
The text is from its open source code.
Header(String name, String value) Construct a Header object. |
String | getName() Returns the name of this header. |
String | getValue() Returns the value of this header. |