Autodesk Vault ProfessionalVault API

UpdateEmailTemplate Method

Autodesk.Connectivity.WebServicesBehaviorService

Syntax

public EmailTemplate UpdateEmailTemplate(
   System.long id,
   System.string name,
   System.string description,
   System.string subject,
   System.byte[] template
)
Public Function UpdateEmailTemplate( _
   ByVal id As System.Long, _
   ByVal name As System.String, _
   ByVal description As System.String, _
   ByVal subject As System.String, _
   ByVal template() As System.Byte _
) As EmailTemplate

Parameters

NameDescription
id
name
description
subject
template

See Also