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 property | Camel.Medium:content |
Return value
Type: CamelDataWrapper
A CamelDataWrapper containing
medium‘s content. Can return NULL.
| The returned data is owned by the instance. |
The return value can be NULL. |