ec_message_part_get_content_type2
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.
- 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.
ec_mime_component_extract_content_type().