Skip to main content

ec_message_part_create_multipart

Last updated March 2020

Name

ec_message_part_create_multipart — Create a new multipart container part

Synopsis

#include "ec_message.h"

| ec_message_part * **ec_message_part_create_multipart** ( | mimetype, |   | |   | boundary); |   |

const char * <var class="pdparam">mimetype</var>; const char * <var class="pdparam">boundary</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Create a new multipart container part.

Creates a new message part representing a multipart container.

The returned value has a single reference; the caller is responsible for releasing it at the appropriate time.

The newly created part has an initial Content-Type header created based on the supplied mimetype parameter.

If boundary is NULL, the system will generate a random boundary string.

Parameters

mimetype

Value to use in constructing the Content-Type header. eg: "multipart/alternative"

boundary

the boundary string to use for child parts. May be NULL.

**Configuration Change. ** This feature is available starting from Momentum 3.0.18.

Was this page helpful?