Skip to main content

ec_message_part_insert_after

Last updated March 2020

Name

ec_message_part_insert_after — Insert a part after another part

Synopsis

#include "ec_message.h"

| int **ec_message_part_insert_after** ( | toinsert, |   | |   | insert_after); |   |

ec_message_part * <var class="pdparam">toinsert</var>; ec_message_part * <var class="pdparam">insert_after</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.

Insert a part after another part.

Inserts "toinsert" as a successor to "insert_after".

The insert operation will update the various part links in the mime tree, which may result in references being added to parts.

The insert may fail if the mime tree is invalid.

Parameters

toinsert

the part being inserted

insert_after

the part which will become the predecessor of "toinsert"

Return Values

0 on failure, 1 on success.

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

Was this page helpful?