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
Members | Description |
---|---|
messageStat | The current status of the mail messag.e |
messageWarn | The current warnings encountered during the message transmission. |
messageRetries | The current number of retries left for this message. |
messageSkt | The 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.