Autodesk Vault ProfessionalVault API

AddEmailTemplate Method

Autodesk.Connectivity.WebServicesBehaviorService

Syntax

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

Parameters

NameDescription
name
description
subject
template

See Also