CMC_X_COM_SAVE_MESSAGE
CMC_X_COM_SAVE_MESSAGE
is a CMC extension that saves a message (that is, a CMC_message
structure) to the receive folder (the Inbox).
Quick Info
Header
file: |
XCMCEXT.H |
Input Usage
item_data
Zero.
item_reference
Pointer to
the CMC_message
extension_flags
All flags
used with the CMC_extension
Output Usage
item_data
Unchanged.
item_reference
Pointer to
the message reference of the message that was saved to the receive folder (the
Inbox). The client application must free the message reference using the cmc_free
extension_flags
If cmc_act_on
has successfully saved the message and returned the message reference, the
CMC_EXT_OUTPUT flag is set.
Adds to
The cmc_act_on
See Also