MIME ENTITY DATA xxx
Symbolic Value : MIME
MIME_ENTITY_DATA_xxx - flag arguments to MIMEEntityGetData functions.
#include <mimedir.h>
Symbolic Values :
MIME_ENTITY_DATA_BODY - get the body of the entity.
MIME_ENTITY_DATA_HEADERS - get the headers of the entity.
MIME_ENTITY_DATA_RFC822TEXT - get all of the data for the entity -- boundary, headers, and body.
MIME_ENTITY_DATA_BOUNDARY - get the boundary of the entity.
Description :
flag arguments to MIMEEntityGetData functions.