Virtual Method
CamelMediumget_header
Declaration [src]
const gchar*
get_header (
CamelMedium* medium,
const gchar* name
)
Description [src]
Gets the value of the named header in the medium, or NULL if
it is unset. The caller should not modify or free the data.
If the header occurs more than once, only retrieve the first
instance of the header. For multi-occuring headers, use
camel_medium_dup_headers() or camel_medium_get_headers().