smtp_client_args_delete
Last updated March 2020
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”.
- args
-
The args structure to remove the argument from.
- extension
-
The name of the extension argument to remove.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?