Skip to main content

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); |   |

unsigned short <var class="pdparam">smtp_error_type</var>;

Description

Fetch the details for a given SMTP classification id.

Parameters

smtp_error_type

The classification id returned from one of the classification routines.

Return Values

This function returns the “_smtp_error_class” data structure.

You must not modify or attempt to free the returned data structure.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?