template.presentationxml Field
Specifies the XML data for the body of the e-mail template.
Syntax
[Visual Basic .NET]
Public Field presentationxml As String
[C#]
public string presentationxml;
[JScript]
public var presentationxml : String;
Remarks
Represents a field of type String.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Max length | 2000 |
See Also