smtp_error_for_id
Last updated March 2020
Name
smtp_error_for_id — Fetch the details for a given SMTP classification id
Synopsis
#include "misc/smtp_error_classify.h"
| struct _smtp_error_class * **smtp_error_for_id** (
| smtp_error_type)
; | |
Description
Fetch the details for a given SMTP classification id.
- smtp_error_type
-
The classification id returned from one of the classification routines.
This function returns the “_smtp_error_class” data structure.
You must not modify or attempt to free the returned data structure.
It is legal to call this function in any thread.
See Also
Was this page helpful?