CPC091292
249.DOC
                The Complete Communicator for DOS
            Group List and Recipient List File Format
                                

This document is provided as "For your information" and as is.
Neither The Complete PC nor any of it's employees assume any
responsibility for consequences resulting from the use of the
following information nor can the Complete PC technical support
provide help with this document.  The user of said information
does so at his or her own risk.

The format of the files used for groups and recipient lists is
the same.  Each file contains fixed length fields terminated by a
single null (zero) byte.

Bytes     0-1 Count of number of entries

The first two bytes of the file contain an interger count of the
number of entries.  The interger is stored in Hexadecimal format,
least significant byte first.  The example below has two entries.
In a file with 99 entries, the first two bytes would be 63 00.

The fields for each entry are:

Bytes 2-21   Descriptive name (20 Charactures)
      22     Hex 00
      23-49  Voice Phone Number (27 digits)
      50     Hex 00
      51-77  Fax Phone Number (27 Digits)
      78     Hex 00
      79-86  Polling Password (8 Charactures)
      87     Hex 00
      88     Hex 4E (N) or Hex 59 (Y) (Polling Yes or No)
      89-92  Hex 00

Un-used positions within the name, phone number, and password
fields must be filled with blanks (Hex 20).

The sample  file below is 184 bytes long.  It has two entries.
The format shown is similar to that used by DEBUG.

The first column is the hexadecimal offset within the file,
beginning at zero.  The next columns contain the headecimal
values for each byte.  The right hand column shows the ASCII
character values for each byte.

Note that all legal dialing charactures and separators [such as -
, ; ()] can be included in the phone number field.

Hex                                                        ASCII
0000        02 00 46 49 52 53 54 20-4E41 4D 4520 20 20 20  FIRST NAME
0010        20 20 20 20 20 20 00 34-3334 2D 3031 34 35 20           434-0145
0020        20 20 20 20 20 20 20 20-2020 20 2020 20 20 20 
0030        20 20 00 34 33 34 2D 31-3034 38 2020 20 20 20  434-1048
0040        20 20 20 20 20 20 20 20-2020 20 2020 20 00 50                  
0050        41 53 53 57 4F 52 44 00-4E00 00 0000 53 45 43                  P
0060        4F 4E 44 20 4E 41 4D 45-2020 20 2020 20 20 20  ASSWORD N     SEC
0070        20 00 31 32 33 31 35 36-3738 39 3031 32 33 34  OND NAME  
0080        35 36 37 38 39 30 31 32-3334 35 3637 00 31 32     12345678901234
0090        33 34 35 36 37 38 69 30-3132 33 3435 36 37 38  5678901234567  12  
00A0        39 30 31 32 33 34 35 36-3700 50 4153 53 57 4F   3456789012345678 
00B0        52 44 00 4E 00 00 00 00                        RD N