rfc2822_clone_headers
Last updated March 2020
Name
rfc2822_clone_headers — Clones the headers portion of an rfc2822 context
Synopsis
#include "rfc2822_parser.h"
| rfc2822_context * **rfc2822_clone_headers** (
| ctx)
; | |
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.
Clones the headers portion of an rfc2822 context.
You must call rfc2822_free_context to dispose of the clone when you are done with it.
Was this page helpful?