tfMimeReset
Table of Contents >> Optional Protocols >> MIME
| #include <trsocket.h> |
| int tfMimeReset | (ttMimeHandle mimeHandle); |
Function Description
Reset the MIME engine for getting the encoded buffers again. This will not remove any parts of the MIME message parameter description. After this call, the following call to tfMimeGetBody() would give the user the first encoded buffer.
Parameters
- mimeHandle
- Handle to the message to be freed as returned from tfMimeGetBody().
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- Invalid input parameter.