ItemOperationsFetchProperties

ItemOperationsFetchProperties class

Contains the properties that are returned for item(s) in the response.

public class ItemOperationsFetchProperties

Constructors

Name Description
ItemOperationsFetchProperties() The default constructor.

Properties

Name Description
Body { get; } Specifies a free-form, variable-length data field associated with a stored item on the server.
BodyPart { get; } Specifies details about the message part of an e-mail in a response.
Data { get; set; } 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.
DataContainer { get; } Contains data elements from the content classes.
Part { get; set; } Specifies an integer index into the metadata of the multipart response. The Part element is present only in a multipart ItemOperations response. It presents in Properties if the item being fetched is located in a document library.
Range { get; set; } Specifies the range of bytes that the client can receive in response to the Fetch operation for a document library item. The Range element contains a string value in the format m-n, where m less than n, and m is the minimum value and n is the maximum value. The byte range is zero-indexed; the first byte is indicated by a 0 (zero). If the Range element is omitted in the Fetch request, the whole item is fetched.
RightsManagementLicense { get; set; } Contains the rights policy template settings for the template applied to the e-mail message being synchronized.
Total { get; set; } Specifies the total size of an item on the server, in bytes.
Version { get; set; } Specifies the time at which a document item was last modified. The Version element is present only when the ItemOperations command is used to access a Windows SharePoint Services or UNC resource.

See Also