'Declaration Public Sub ReplaceField( _ ByVal fieldName As String, _ ByVal replaceText As String _ )
public void ReplaceField( string fieldName, string replaceText )
Parameters
- fieldName
- Name of the merge field to be replaced with the specified text.
- replaceText
- The value used to replace the specified field.