Mail Archiver is a desktop application developed as part of a college assignment using the Visual Basic .NET programming language. The goal of this project was to implement all concepts learned during the course by creating a functional mail archiving system. The application allows organizations to manage and archive incoming and outgoing mail using a mail number as the primary reference. It is directly connected to a MySQL database to ensure efficient storage and retrieval of mail records.
- Visual Basic .NET
- MySQL WorkBench
- .NET Framework
- Clone the repository or download the ZIP.
- Open the arsip_surat.sln file in Visual Studio.
- Make sure the database connection string is updated in the source code (see Form1.vb, Form2.vb, Form3.vb, Form4.vb).
- Build and run the project (F5 or "Start").
If the program does not run correctly on your machine due to configuration issues, I sincerely apologize.
You can still view the working demo of this project here:
Demo Video
- Fork the project
- Create a feature branch (
git checkout -b ...) - Commit your changes (
git commit -m "...") - Push to the branch (
git push origin ...) - Open a pull request
I Wayan Yoga Adi Pranata