ec_message_is_mcmt
Name
ec_message_is_mcmt — returns 1 if the message is a MCMT container
Synopsis
#include "ec_message.h"
| int **ec_message_is_mcmt** (
| msg)
; | |
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 1 if the message is a MCMT container.
This function should be called before validate_data phase. At or after that phase, this function will always return 0 since any MCMT container will be altered to become the email payload of the injected MCMT.
- msg
-
- a message.
1 - if the msg is a MCMT container.
**Configuration Change. ** This feature is available starting from Momentum 3.1.