home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 March / NETGUIDN0403.iso / pc / featured / Windows / NN5-0-4-13TBYB.exe / Disk1 / data1.cab / Database_Files / data.mdb / EMAIL.json < prev    next >
Encoding:
JavaScript Object Notation  |  2003-08-07  |  399 b 

  1. {
  2.     "schema": {
  3.         "EmailNotification": "Boolean NOT NULL",
  4.         "EmailAddress1": "Text (255)",
  5.         "EmailAddress2": "Text (255)",
  6.         "EmailFrequency": "Byte",
  7.         "EmailSchedule": "Text (50)",
  8.         "EmailLastSent": "Long Integer",
  9.         "EmailServer": "Text (255)"
  10.     },
  11.     "data": [
  12.         {
  13.             "EmailNotification": 0,
  14.             "EmailAddress1": "name@something.com",
  15.             "EmailFrequency": 0,
  16.             "EmailSchedule": "1,2,3",
  17.             "EmailLastSent": 1025135816,
  18.             "EmailServer": "mail.yourservername.com"
  19.         }
  20.     ]
  21. }