Get

EmailHeaderPackage.Get method

Gets the value of the specified header.

public string Get(string header)
Parameter Type Description
header String An email header.

Return Value

The value if the package contains the specified header; otherwise, null.

See Also