ItemOperationsFetchRequest Class

Contains request about retrieving an item from the server.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerItemOperationsFetchRequest

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

The ItemOperationsFetchRequest type exposes the following members.

Constructors
  NameDescription
Public methodItemOperationsFetchRequest
Initializes a new instance of the ItemOperationsFetchRequest class
Properties
  NameDescription
Public propertyCollectionId
Identifies the folder that was fetched.
Public propertyFileReference
Specifies a unique identifier that is assigned by the server to each attachment. In an ItemOperations request, only one FileReference identifier can exist per Fetch. Violation of this constraint results in a Status element value of 2 being returned from the server. The client can, however, retrieve multiple attachments by using one Fetch node per attachment.
Public propertyLinkId
Specifies a Uniform Resource Identifier (URI) that is assigned by the server to certain resources, such as Windows SharePoint Services or UNC documents. LinkId can be used to refer to the location of an item.
Public propertyLongId
Specifies a unique identifier that was assigned by the server to each result returned by a previous Search response. The LongId value can be up to 256 characters in length.
Public propertyOptions
Contains the options for the ItemOperations.Fetch operation.
Public propertyRemoveRightsManagementProtection
If present or true, it indicates that the client is removing the IRM protection from the e-mail. IRM protection can only be removed from e-mail messages when the ExportAllowed element is set to TRUE.
Public propertyServerId
Specifies a unique identifier that is assigned by the server to each object that have an item operation applied to it.
Public propertyStore
Specifies the name of the store to which the parent operation applies. The following values are valid for the Store element: - Document Library (Microsoft SharePoint Server and UNC links) - Mailbox (items and attachments)
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