Skip to content

Commit

Permalink
Added sample to replace merge field with RTF using mail merge in Word…
Browse files Browse the repository at this point in the history
… document
  • Loading branch information
Suriya-Balamurugan committed Oct 29, 2024
1 parent f4b8cb0 commit 4590d19
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replace-merge-field-with-RTF", "Replace-merge-field-with-RTF\Replace-merge-field-with-RTF.csproj", "{4E0B72CE-AA7F-4F7D-9445-870B97827F56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FDCB46D-A8C7-4221-A902-2E67578F4062}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4590d19

Please sign in to comment.