MIMETruncation

MIMETruncation enumeration

Specifies whether the MIME data of the email item SHOULD be truncated when it is sent from the server to the client.

public enum MIMETruncation

Values

Name Value Description
TruncateAllBodyText 0 Truncate all body text.
TruncateOver4096 1 Truncate text over 4,096 characters.
TruncateOver5120 2 Truncate text over 5,120 characters.
TruncateOver7168 3 Truncate text over 7,168 characters.
TruncateOver10240 4 Truncate text over 10,240 characters.
TruncateOver20480 5 Truncate text over 20,480 characters.
TruncateOver51200 6 Truncate text over 51,200 characters.
TruncateOver102400 7 Truncate text over 102,400 characters.
DoNotTruncate 8 Do not truncate; send complete MIME data.

See Also