ec_mailq_get_mid
Last updated March 2020
Name
ec_mailq_get_mid — Returns a message by message_id
Synopsis
#include "mail_queue.h"
| ec_message * **ec_mailq_get_mid** (
| dr, | |
| | mid, | |
| | deqeue)
; | |
domain_record * <var class="pdparam">dr</var>
;
message_id * <var class="pdparam">mid</var>
;
int <var class="pdparam">deqeue</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 a message by message_id.
Was this page helpful?