Method

CamelMediumget_content

Declaration [src]

CamelDataWrapper*
camel_medium_get_content (
  CamelMedium* medium
)

Description [src]

Gets a data wrapper that represents the content of the medium, without its headers.

Gets propertyCamel.Medium:content

Return value

Type: CamelDataWrapper

A CamelDataWrapper containing mediums content. Can return NULL.

The returned data is owned by the instance.
The return value can be NULL.