TCPIP_SMTPC_MESSAGE_QUERY Structure

C

typedef struct {
TCPIP_SMTPC_MESSAGE_STATUS messageStat;
TCPIP_SMTPC_MESSAGE_WARNING messageWarn;
int messageRetries;
NET_PRES_SKT_HANDLE_T messageSkt;
} TCPIP_SMTPC_MESSAGE_QUERY;

Description

Structure: TCPIP_SMTPC_MESSAGE_QUERY

This data structure describes a mail message query at run time.

Members

MembersDescription
messageStatThe current status of the mail messag.e
messageWarnThe current warnings encountered during the message transmission.
messageRetriesThe current number of retries left for this message.
messageSktThe socket associated with this message.

Remarks

The message status is for info purposes only. The message status changes as is processed by the SMTPC module.