multipart_parts property
List of multipart parts. If application wants to send multipart message bodies, it puts the parts in \a parts and set the content type in \a multipart_ctype. If the message already contains a body, the body will be added to the multipart bodies.
Implementation
external pjsip_multipart_part multipart_parts;