MIMEPARTTYPE
Data Type : MIME
MIMEPARTTYPE - MIME_PART - cPartType
#include <mimeods.h>
Definition :
typedef enum tagMIMEPartType {
MIME_PART_PROLOG = 1,
MIME_PART_BODY = 2,
MIME_PART_EPILOG = 3,
MIME_PART_RETRIEVE_INFO = 4,
MIME_PART_MESSAGE = 5
} MIMEPARTTYPE;
Description :
The mime part type cPartType within the MIME_PART structure.
MIME_PART_PROLOG - Mime part type is a prolog.
MIME_PART_BODY - Mime part type is a body.
MIME_PART_EPILOG - Mime part type is a epilog.
MIME_PART_RETRIEVE_INFO - Mime part type is retrieve information.
MIME_PART_MESSAGE - Mime part type is a message.
See Also : MIME_PART