javax.mail
public class Header extends Object
Constructor Summary | |
---|---|
Header(String name, String value)
Constructor initializing all immutable fields.
|
Method Summary | |
---|---|
String | getName()
Return the name of this header.
|
String | getValue()
Return the value of this header.
|
Parameters: name the name of this header value the value of this header
Returns: the name of this header
Returns: the value of this header