RTFSYNCINFO

The RTFSYNCINFO structure contains representations of the MAPI PR_RTF_SYNC_* properties.

Quick Info

Header file: RTFLIB.H

typedef struct _RTFSYNCINFO
  {
  LONG  lBodyCRC;
  LONG  lBodyCount;
  LONG  lPrefixCount;
  LONG  lTrailingCount;
  char  szBodyTag[cchBodyTagMax + 2];
  }  RTFSYNCINFO;
 

Members

lBodyCRC
See the MAPI property PR_RTF_SYNC_BODY_CRC.
lBodyCount
See the MAPI property PR_RTF_SYNC_BODY_COUNT.
lPrefixCount
See the MAPI property PR_RTF_SYNC_PREFIX_COUNT.
lTrailingCount
See the MAPI property PR_RTF_SYNC_TRAILING_COUNT.
szBodyTag[cchBodyTagMax + 2]
See the MAPI property PR_RTF_SYNC_BODY_TAG.

Remarks

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.

See Also

HrTextFromCompressedRTFStreamEx