home *** CD-ROM | disk | FTP | other *** search
- {----------------------------------------------------------------------------}
- { TerMail address book format }
- {----------------------------------------------------------------------------}
-
- Const
- u_attr_delete = 1;
-
- Type
- AddrBookRecord = record
- Name : String[50];
- Fidonet : String[18];
- Crash : Boolean;
- Internet : String[60];
- Organisation : String[50];
- Address1 : String[50];
- Address2 : String[50];
- Address3 : String[50];
- Comment : Array[1..5] of String[50];
- DataPhone : String[25];
- FaxPhone : String[25];
- VoicePhone : String[25];
- FirstDate : Word;
- LastDate : Word;
- LastTime : Word;
- Times : Word;
- Attr : Byte; { 1 = Deleted }
- FreeSpace : Array[1..90] of Byte;
- End;
-
-