validate_context_find_message_construct
Last updated March 2020
Name
validate_context_find_message_construct — Find the specified message construct.
Synopsis
#include "validate.h"
| int **validate_context_find_message_construct** ( | vctx, | |
| | mc); | |
validate_context * <var class="pdparam">vctx</var>;
message_construct ** <var class="pdparam">mc</var>;
Description
Find the specified message construct.
- vctx
-
The validation context. For a description of this data type see “validate_context”.
- mc
-
A pointer to a pointer of message_construct. For a description of this data type see “message_construct”.
This function returns 1 if the message_construct is found (only available for an ESMTP session) and 0 if not found.
**Configuration Change. ** This feature is available starting from Momentum 3.1.
Was this page helpful?