EmailHeaderPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public class EmailHeaderPackage extends CustomPackage

Represents a metadata package containing email message headers.

Learn more

Methods

Method Description
get(String header) Gets the value of the specified header.

get(String header)

public final String get(String header)

Gets the value of the specified header.

Parameters:

Parameter Type Description
header java.lang.String An email header.

Returns: java.lang.String - The value if the package contains the specified header; otherwise, null.