Represents a mail merge template (a Microsoft Word document) used for performing mail merges for your organization.
create(), update(), delete(), describeSObjects(), query(), retrieve(), getDeleted(), getUpdated()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| Body | base64 | Create | Required. Microsoft Word document to use as a mail merge template. Due to limitations with Microsoft Word mail merge templates, your client application can specify the Body field in the create() call but not in the update() call. Limit: 5 MB. |
| BodyLength | int | Filter | Length of the Microsoft Word document. |
| Description | string | Create | Required. Text description of this mail merge template. Limit: 255 characters. |
| Filename | string | Create | Required. File name of the Microsoft Word document that was uploaded as a mail merge template. Limit: 255 characters in length. |
| IsDeleted | boolean | Defaulted on create |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false). Label is Deleted. |
| LastUsedDate | dateTime | Filter | Date and time when this MailmergeTemplate was last used. |
| Name | string | Create | Required. Name of this mail merge template. |