Method

CamelMimeMessageget_subject

Declaration [src]

const gchar*
camel_mime_message_get_subject (
  CamelMimeMessage* message
)

Description [src]

Get the UTF-8 subject text of a message.

Return value

Type: const gchar*

The message subject.

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