Skip to main content

connection_used_for_message

Last updated March 2020

Name

connection_used_for_message — Associate a message and a connection

Synopsis

#include "connection.h"

| void **connection_used_for_message** ( | h, |   | |   | m); |   |

connection_handle * <var class="pdparam">h</var>; email_message * <var class="pdparam">m</var>;

Description

Associate a message and a connection.

Parameters

h

The connection handle. For a description of this data type see “connection_handle”.

m

The message. For a description of this data type see “ec_message”.

Return Values

This function returns void.

Threading

It is only legal to call this function in the scheduler thread.

Was this page helpful?