Truncated

Body.Truncated property

Specifies whether the body of the item has been truncated according to the BodyPreference element indicated by the client. If the value is TRUE, then the body of the item has been truncated. If the value is FALSE, or Truncated property is not set, then the body of the item has not been truncated.

public bool? Truncated { get; set; }

See Also