SaveEmailTemplate Method
Save customized email template for Change order notifications.
Required Permissions
VaultOptionsSetSyntax
public void SaveEmailTemplate(
System.string subject,
System.string body,
System.long[] coPropDefIds,
System.long[] itemPropDefIds,
System.long[] filePropDefIds
)Public Sub SaveEmailTemplate( _
ByVal subject As System.String, _
ByVal body As System.String, _
ByVal coPropDefIds() As System.Long, _
ByVal itemPropDefIds() As System.Long, _
ByVal filePropDefIds() As System.Long _
) Parameters
| Name | Description |
|---|---|
| subject | The email subject template. |
| body | The email body template. |
| coPropDefIds | The IDs of Change Order property definitions which will be included in email contents. |
| itemPropDefIds | The IDs of controlled Items' property definitions which will be included in email contents. |
| filePropDefIds | The IDs of controlled Files' property definitions which will be included in email contents. |