BuckyMail uses an Access database to store data. This database is called 'buckymail.mdb' and will typically be in the same folder as the .exe file (where the application was installed). However, you can move the location of the database in which case the database will reside in a different location. To see where the database connection is pointing to, you can look in 'db_location.txt'. Any data you wish to import need to be imported to the 'tbUser' table in the database. The table uses four seperate fields: 'Title', 'FirstName', 'LastName' and 'EmailAddress' where you can import the data to.