Method

CamelMimePartget_filename

Declaration [src]

const gchar*
camel_mime_part_get_filename (
  CamelMimePart* mime_part
)

Description [src]

Get the filename of a MIME part.

Return value

Type: const gchar*

The filename of the MIME part.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.