home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_bpt88.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  888 b   |  49 lines

  1. /* tb_bpt88.h: Body part definitions */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_bpt88.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_bpt88.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_BP
  16. #define _H_TB_BP
  17.  
  18.  
  19. /* -- Unique Body Part types -- */
  20.  
  21. #define    BPT_HDR_P2            20
  22. #define    BPT_HDR_822            21
  23.  
  24. #define BPT_P2_DLIV_TXT            23
  25.  
  26. #define BPT_HDR_IPN            24
  27. #define BPT_HDR_P22            25
  28.  
  29. /* -- Repeated Body Part types -- */
  30.  
  31. #define     BPT_UNDEFINED            -1
  32. #define     BPT_IA5            0
  33. #define     BPT_TLX            1
  34. #define     BPT_VOICE            2
  35. #define     BPT_G3FAX            3
  36. #define     BPT_TIF0            4
  37. #define     BPT_TTX            5
  38. #define     BPT_VIDEOTEX            6
  39. #define     BPT_NATIONAL            7
  40. #define     BPT_ENCRYPTED            8
  41. #define     BPT_IPM            9
  42. #define     BPT_SFD            10
  43. #define     BPT_TIF1            11
  44. #define     BPT_ODIF            12
  45. #define  BPT_ISO6937TEXT        13
  46. #define  BPT_BILATERAL            14
  47. #define     BPT_EXTERNAL            15
  48. #endif
  49.