/* * b o d y u t i l . h * * Purpose: * Utility functions for body * * History * September '96: brettm - created * * Copyright (C) Microsoft Corp. 1995, 1996. */ #ifndef _BODYUTIL_H #define _BODYUTIL_H interface IMimeMessage; // header style: // Mutually Exclusive. Plain means no formatting, html means bolding on field names, table will construct the // header as a html-table #define HDR_HTML 0x10000000L #define HDR_TABLE 0x40000000L #define HDR_PLAIN 0x80000000L // additional flags: #define HDR_PADDING 0x00000001L // add CRLF before header, or