get_raw_name


Description:

public unowned string get_raw_name ()

Gets the header's raw name.

The raw header name is the complete string up to (but not including) the ':' separating the header's name from its value. This string may be different from the value returned by get_name if the parsed message's header contained trailing whitespace after the header name, such as: "Subject : this is the subject\r\n".

Parameters:

this

a Header

Returns:

the raw header name.