Skip to main content

ec_message_part_get_content_type2

Last updated March 2020

Name

ec_message_part_get_content_type2 — Returns the content type and charset for a given part using strings

Synopsis

#include "ec_message.h"

| void **ec_message_part_get_content_type2** ( | p, |   | |   | content_type, |   | |   | charset); |   |

ec_message_part * <var class="pdparam">p</var>; string * <var class="pdparam">content_type</var>; string * <var class="pdparam">charset</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.

Returns the content type and charset for a given part using strings.

Parameters

content_type

address of string to hold the content type.

charset

address of string to hold the charset.

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

See Also

ec_mime_component_extract_content_type().

Was this page helpful?