Skip to main content

Name

ec_message_part_unlink — Unlink part from the mime tree

Synopsis

#include "ec_message.h"

| void **ec_message_part_unlink** ( | part); |   |

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

Unlink part from the mime tree.

Removes part from the mime tree, releasing references held by the tree.

If you do not own a reference of your own on part, you should assume that it has been freed.

Parameters

part

the part to remove from its respective tree

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

Was this page helpful?