Method

CamelMultipartadd_part

Declaration [src]

void
camel_multipart_add_part (
  CamelMultipart* multipart,
  CamelMimePart* part
)

Description [src]

Appends the part to the multipart object.

Parameters

part

Type: CamelMimePart

A CamelMimePart to add.

The data is owned by the caller of the method.