TCPIP_SMTP_PutIsDone Function

C

void TCPIP_SMTP_PutIsDone();

Description

This function indicates that the on-the-fly message is complete.

Preconditions

TCPIP_SMTP_UsageBegin() returned true on a previous call, and the SMTP client is generated an on-the-fly message (i.e., TCPIP_SMTP_MailSend() was called with SMTPClient.Body set to NULL).

Returns

None.

Remarks

None.