MaxEmailBodyTruncationSize

EASProvisionDoc.MaxEmailBodyTruncationSize property

Specifies the truncation size for plain text–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? MaxEmailBodyTruncationSize { get; set; }

See Also