Data

BodyPart.Data property

The content of the Data element is a string in the format that is specified by the Type property. If the value of the Type is RTF, the value of the Data element is encoded using base64 encoding. If the Truncated property set true, the data in the Data element is truncated. The EstimatedDataSize property provides a rough estimation of the actual size of the complete content of the Data string.

public string Data { get; set; }

See Also