Java javax.mail Header fields, constructors, methods, implement or subclass

Example usage for Java javax.mail Header fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail Header.

The text is from its open source code.

Constructor

Header(String name, String value)
Construct a Header object.

Method

StringgetName()
Returns the name of this header.
StringgetValue()
Returns the value of this header.