Skip to main content

Name

smtp_client_args_delete — Remove an argument from an smtp_client_args structure

Synopsis

#include "smtp.h"

| void **smtp_client_args_delete** ( | args, |   | |   | extension); |   |

smtp_client_args * <var class="pdparam">args</var>; const char * <var class="pdparam">extension</var>;

Description

Remove an argument from an smtp_client_args structure. For a description of this struct see “smtp_client_args”.

Parameters

args

The args structure to remove the argument from.

extension

The name of the extension argument to remove.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?