A static property returning the internal merge block name prefix "txmb_". The name of a SubTextPart has to start with this prefix if it should be recognized as a repeating mail merge block by the merge methods of class MailMerge.

Introduced: X14.

Syntax

public static string MergeBlockNamePrefix { get; }
Public Shared ReadOnly Property MergeBlockNamePrefix() As String

Limitations

Read only.