Gets or sets a reference to the mail merge template to be used on the acknowledgement of the gift or pledge.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string MergeCode { get; set; }
Visual Basic
Public Property MergeCode As String
	Get
	Set
Visual C++
public:
property String^ MergeCode {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to an existing mail merge template to be used when creating the acknowledgement of the gift or pledge.

Remarks

The mail merge code provided must already be defined in iMIS; otherwise an error is reported.

See Also