1.2.1.18.10 TCPIP_SMTPC_MESSAGE_HANDLE Type

C

typedef const void* TCPIP_SMTPC_MESSAGE_HANDLE;

Description

Type: TCPIP_SMTPC_MESSAGE_HANDLE.

Data type describing a handle that identifies a mail message that's scheduled for transmission. This handle is to be used for retrieving the message status. This handle will be part of the callback that the SMTP client will use to notify the user of the mail completion.

A valid handle is != 0.

Remarks

None.