InboundEmail.Header Class

An InboundEmail object stores RFC 2822 email header information in an InboundEmail.Header object with the following properties.

Namespace

Messaging

InboundEmail.Header Properties

The following are properties for InboundEmail.Header.

name

The name of the header parameter, such as Date or Message-ID.

Signature

public String name {get; set;}

Property Value

Type: String

value

The value of the header.

Signature

public String value {get; set;}

Property Value

Type: String