Skip to main content

esmtp_destroy_message_construct

Last updated March 2020

Name

esmtp_destroy_message_construct — Destroy the specified message construct

Synopsis

#include "esmtp_factory.h"

| (void) **esmtp_destroy_message_construct** ( | info); |   |

message_construct * <var class="pdparam">info</var>;

Description

Destroy the specified message construct.

Parameters

info

The message construct.

Return Values

This function returns void.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?