Skip to content

Conversation

@Karan-SF4772
Copy link
Collaborator

1003564 - Add MailMerge sample with custom field formatting.

/// <param name="numberType">The boolean denotes current changes as Number format</param>
public static void UpdateMergeFieldResult(bool numberType)
{
Dictionary<WParagraph, List<KeyValuePair<int, string>>> tempDictonary;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename

else
tempDictonary = paratoModifyDateFormat;
// Iterate the outer dictionary entries
foreach (var dictionaryItem in tempDictonary)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use var

@MathanKumarVaradhaRajaPerumal MathanKumarVaradhaRajaPerumal merged commit 8ae8a0e into main Jan 19, 2026
1 check failed
@MathanKumarVaradhaRajaPerumal MathanKumarVaradhaRajaPerumal deleted the 1003564-Apply-custom-formatting-mailmerge-fields branch January 19, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants