get method

get(self, header)

Gets the value of the specified header.

Returns

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


def get(self, header):
    ...
Parameter Type Description
header System.String An email header.

See Also