ec_message_assemble_to_legacy_email_message
Name
ec_message_assemble_to_legacy_email_message — glue the parts back together into an in-memory email_message
Synopsis
#include "ec_message.h"
| int **ec_message_assemble_to_legacy_email_message** (
| messsg)
; | |
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.
glue the parts back together into an in-memory email_message.
If the resulting message would be larger than the large message threshold, or if there is a memory short, returns 0. Otherwise, mess->em is updated to hold the memory blob.