Created
February 17, 2022 21:19
-
-
Save bjoerntx/4c3d24ad0059666b9d0f7f052fc18c0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string data = System.IO.File.ReadAllText("data.json"); | |
using (MailMerge mm = new MailMerge()) { | |
mm.TextComponent = textControl1; | |
mm.MergeJsonData(data); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment