rfc2822_header_stringwrite
Last updated March 2020
Name
rfc2822_header_stringwrite — Renders the rfc2822 header to a string as it will be sent over the network
Synopsis
#include "rfc2822_parser.h"
| string * **rfc2822_header_stringwrite** (
| s, | |
| | field)
; | |
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.
Renders the rfc2822 header to a string as it will be sent over the network.
- s
-
is the string to write to
- field
-
is the header to render
the same string passed in, or NULL on error
Was this page helpful?