Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 1, 2016 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/d8a2887ae74235f923ad9eaeaabf26fe to your computer and use it in GitHub Desktop.
Save bjoerntx/d8a2887ae74235f923ad9eaeaabf26fe to your computer and use it in GitHub Desktop.
MailMerge mailMerge = new MailMerge();
mailMerge.TextComponent = textControl1;
string json = "{ \"test\":\"TextTest\" }";
mailMerge.MergeJsonData(json);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment