The RTFSYNCINFO structure contains representations of the MAPI PR_RTF_SYNC_* properties.
Header file: | RTFLIB.H |
typedef struct _RTFSYNCINFO
{
LONG lBodyCRC;
LONG lBodyCount;
LONG lPrefixCount;
LONG lTrailingCount;
char szBodyTag[cchBodyTagMax + 2];
} RTFSYNCINFO;
For an example of how to use this structure, see the HrRTFCompressedToText function call in the EDKRTF.C code sample under the EDKUTILS topic. For information on PR_RTF_SYNC_* properties, see the MAPI Programmer’s Reference.
HrTextFromCompressedRTFStreamEx