Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jozefizso/vcardsplitter
Split multi-contact VCard file into individuals files
https://github.com/jozefizso/vcardsplitter
csharp dotnet utility vcard
Last synced: 10 days ago
JSON representation
Split multi-contact VCard file into individuals files
- Host: GitHub
- URL: https://github.com/jozefizso/vcardsplitter
- Owner: jozefizso
- License: ms-pl
- Created: 2017-12-29T15:29:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T16:38:23.000Z (about 7 years ago)
- Last Synced: 2024-12-04T17:21:52.607Z (2 months ago)
- Topics: csharp, dotnet, utility, vcard
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VCardSplitter
When importing and exporting contact data, sometimes you will come across
a single VCard (.vcf) that contains multiple contacts. Outlook has no native
way to read this file.This simple Windows Forms application splits a single file into one VCard
for each contact, allowing you to drag-and-drop the resulting files into
Outlook or Exchange.![VCard Splitter user interface](assets/VCardSplitter.gif)
# License
Copyright © 2008 willsllc, [Microsoft Public License (Ms-PL)](LICENSE)