MaxEmailHTMLBodyTruncationSize

EASProvisionDoc.MaxEmailHTMLBodyTruncationSize property

Specifies the truncation size for HTML-formatted email. Valid values are listed bellow: -1 No truncation. =0 Truncate only the header. >0 Truncate the email body to the specified size.

public int? MaxEmailHTMLBodyTruncationSize { get; set; }

See Also