Data

ItemOperationsFetchProperties.Data property

Contains the item content for inline content responses. The content of the Data element is a base64 encoding of the binary document, attachment, or body data. The size of the data (in bytes) that is contained within the Data element is indicated by the Range property. The total size of the item (in bytes) is indicated by the Total element.

public string Data { get; set; }

See Also