tfMimeFreeMessage

Jump to: navigation, search

Table of Contents >> Optional Protocols >> MIME


#include <trsocket.h>


int tfMimeFreeMessage (ttMimeHandle mimeHandle);


Function Description

Frees the MIME message structure as well as all of the parts that have been added into this message.


Parameters

  • mimeHandle
    Handle to the message to be freed as returned from tfMimeNewMessage().


Returns

  • TM_ENOERROR
    Success.
  • TM_EINVAL
    Invalid 'ttMimeHandle'.


Table of Contents >> Optional Protocols >> MIME