Property MergeData
MergeData
Gets the current merge record's fields, which MERGEFIELD reads. Lookup is
case-insensitive. Mail merge itself is a later phase; this is the seam it plugs into.
public IDictionary<string, string> MergeData { get; }
Gets the current merge record's fields, which MERGEFIELD reads. Lookup is
case-insensitive. Mail merge itself is a later phase; this is the seam it plugs into.
public IDictionary<string, string> MergeData { get; }