Notes Storage Facility
From Just Solve the File Format Problem
(Difference between revisions)
(→File identification) |
|||
| Line 12: | Line 12: | ||
== File identification == | == File identification == | ||
| − | Files start with the hex bytes <code>1a 00</code>, often followed by <code>00 04 00 00</code>. | + | Files start with the hex bytes <code>1a 00</code>, often followed by <code>00 03 00 00</code> or <code>00 04 00 00</code>. |
== Links == | == Links == | ||
Revision as of 18:37, 17 December 2021
Notes Storage Facility (NSF) is used in Lotus Notes, Lotus Domino, and the later versions called IBM Notes and IBM Domino, to store e-mail, contacts, appointments, notes, and other things. It is structured as a collection of items called "notes" with data and metadata on each.Currently owned by HCL
File identification
Files start with the hex bytes 1a 00, often followed by 00 03 00 00 or 00 04 00 00.