tfMimeNewMessage

Jump to: navigation, search

Table of Contents >> Optional Protocols >> MIME


#include <trsocket.h>


ttMimeHandle tfMimeNewMessage (void);


Function Description

This function is used to allocate a MIME message. The user should use the returned handle to refer to the MIME message object when calling all other MIME APIs.


Returns

  • Valid ttMimeHandle
    Success.
  • NULL
    Not enough memory to allocate the MIME message.


Table of Contents >> Optional Protocols >> MIME