Package javax.mail
Class Header
- java.lang.Object
-
- javax.mail.Header
-
public class Header extends java.lang.ObjectThe Header class stores a name/value pair to represent headers.
-
-
Constructor Summary
Constructors Constructor Description Header(java.lang.String name, java.lang.String value)Construct a Header object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this header.java.lang.StringgetValue()Returns the value of this header.
-