C
BOOL SMTPPut( BYTE c );
Description
Writes a single byte to the SMTP client.
Preconditions
SMTPBeginUsage returned TRUE on a previous call.
Parameters
|
Parameters |
Description |
|
c |
The byte to be written |
Return Values
|
Return Values |
Description |
|
TRUE |
The byte was successfully written |
|
FALSE |
The byte was not written, most likely because the buffer was full |
Remarks
This function should only be called externally when the SMTP client is generating an on-the-fly message. (That is, SMTPSendMail was called with SMTPClient.Body set to NULL.)