Autodesk Vault ProfessionalVault API

SaveEmailTemplate Method

Autodesk.Connectivity.WebServicesChangeOrderService

Save customized email template for Change order notifications.

Required Permissions

VaultOptionsSet

Syntax

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

NameDescription
subjectThe email subject template.
bodyThe email body template.
coPropDefIdsThe IDs of Change Order property definitions which will be included in email contents.
itemPropDefIdsThe IDs of controlled Items' property definitions which will be included in email contents.
filePropDefIdsThe IDs of controlled Files' property definitions which will be included in email contents.

See Also