Method

CamelMimePartset_content_location

Declaration [src]

void
camel_mime_part_set_content_location (
  CamelMimePart* mime_part,
  const gchar* location
)

Description [src]

Set the content-location field of the MIME part.

Parameters

location

Type: const gchar*

The content-location value of the MIME part.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.