ItemOperationsFetchProperties Class

Contains the properties that are returned for item(s) in the response.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsFetchProperties

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ItemOperationsFetchProperties

The ItemOperationsFetchProperties type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsFetchProperties
Initializes a new instance of the ItemOperationsFetchProperties class
Properties
  NameDescription
Public propertyBody
Specifies a free-form, variable-length data field associated with a stored item on the server.
Public propertyBodyPart
Specifies details about the message part of an e-mail in a response.
Public propertyData
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 propertyDataContainer
Contains data elements from the content classes.
Public propertyPart
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.
Public propertyRange
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.
Public propertyRightsManagementLicense
Contains the rights policy template settings for the template applied to the e-mail message being synchronized.
Public propertyTotal
Specifies the total size of an item on the server, in bytes.
Public propertyVersion
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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also