Skip to main content

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); |   |

string * <var class="pdparam">s</var>; rfc2822_field * <var class="pdparam">field</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.

Renders the rfc2822 header to a string as it will be sent over the network.

Parameters

s

is the string to write to

field

is the header to render

Return Values

the same string passed in, or NULL on error

Was this page helpful?